1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 17:02:09 +02:00
tldr/pages/common/tldr.md
2021-06-06 00:00:35 +01:00

471 B

tldr

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

  • Show the tldr page for a command (hint: this is how you got here!):

tldr {{command}}

  • Show the tldr page for cd, overriding the default platform:

tldr -p {{android|linux|osx|sunos|windows}} {{cd}}

  • Show the tldr page for a subcommand:

tldr {{git-checkout}}

  • Update local pages (if the client supports caching):

tldr -u