sala@home:~$

tldr

Hasznos dolog a man, de gyakran olyan hosszú, hogy nehéz megtalálni a leírásban a hasznos részeket. A tldr egy sokkal rövidebb leírást ad, de ha éppen ismerkedünk egy paranccsal, akkor sokkal hasznosabb.

$ tldr tldr
tldr

Displays simple help pages for command-line tools, from the tldr-pages project.
More information: <https://tldr.sh>.

- Get typical usages of a command (hint: this is how you got here!):
  tldr command

- Show the tar tldr page for Linux:
  tldr -p linux tar

- Get help for a Git subcommand:
  tldr git-checkout

- Update local pages (if the client supports caching):
  tldr -u