1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 16:42:08 +02:00
tldr/pages/common/tldr.md
2022-09-14 15:19:41 +02:00

490 B

tldr

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

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

tldr {{command}}

  • Print the tldr page for a specific subcommand:

tldr {{command}}-{{subcommand}}

  • Print the tldr page for a command for a specific [p]latform:

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

  • [u]pdate the local cache of tldr pages:

tldr -u