tldr examples

tldr shows examples of various linux commands. Instead of reading whole man pages, I often look at the tldr output to see examples of how commands can be used.

To see examples for the ls command:

tldr ls

To see examples for the find command:

tldr find

To see examples for the tar command:

tldr tar

Here’s an example of the tldr output for the ls command:


Back to SwatCS Help Docs