TLDR – Easy to Understand Man Pages for Every Linux User

Configurare noua (How To)

Situatie

The TLDR (stands for “Too Long; Didn’t Read“. ) pages are summarized practical usage examples of commands on different operating systems including Linux. They simplify man pages by offering practical examples.

TLDR is an Internet slang, meaning a post, article, comment or anything such as a manual page was too long, and whoever used the phrase didn’t read it for that reason. The content of TLDR pages is openly available under the permissive MIT License.

Solutie

To conveniently access TLDR pages, you need to install one of the supported clients called Node.js, which is the original client for the tldr-pages project. We can install it from NPM by running.

TLDR also available as a Snap package, to install it, run.

After installing the TLDR client, you can view man pages of any command, for example tar command here (you can use any other command here):

Here is another example of accessing the summarized man page for ls command.

To list all commands for the chosen platform in the cache, use the -l flag.

To list all supported commands in the cache, use the -a flag.

You can also show a random command, with the -r flag.

You can see a complete list of supported options by running.

 

Tip solutie

Permanent

Voteaza

(16 din 40 persoane apreciaza acest articol)

Despre Autor

Leave A Comment?