Linux tldr Pages Command

tldr tar

Linux tldr pages command displays simplified man pages for linux command-line tools. Unlike the man pages, tldr pages is more like a cheat sheet that displays usage examples for linux commands.

tldr stands for (too long, didn’t read), which is how I feel sometimes with the man pages.

The tldr pages command displays examples for just about any command you can think of. This really comes in handy when you’re not sure how to use a command and want a quick example. Rather than read a long man page, you can simply use tldr instead to quickly get usage examples for a particular command.

tldr Command

  • tldr syntax:
    tldr <command>

To use the tldr command is the same as using the man page command. Here’s some examples.

  • Example with the (awk) command:

    tldr awk
    tldr awk

  • Example with the (find) command:

    tldr find
    tldr find

Conclusion

As you can see the linux tldr pages command is excellent for quick usage examples for linux command-line tools. I find myself using tldr more than the man pages. So go ahead and give it a try next time you’re trying to figure out how to use a command and just want a quick example.

Tags: tutorials, linux, command line
· More Articles ·

Show Comments 🗨