1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 15:44:55 +02:00
tldr/pages/common/tldr.md
2019-05-14 14:58:59 -03:00

278 B

tldr

Simplified man pages. Homepage: 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}}