2014-01-26 23:47:19 +11:00
|
|
|
# tldr
|
|
|
|
|
2022-09-14 23:19:41 +10:00
|
|
|
> Display simple help pages for command-line tools from the tldr-pages project.
|
2019-06-03 02:06:36 +02:00
|
|
|
> More information: <https://tldr.sh>.
|
2014-01-26 23:47:19 +11:00
|
|
|
|
2022-09-14 23:19:41 +10:00
|
|
|
- Print the tldr page for a specific command (hint: this is how you got here!):
|
2014-01-26 23:47:19 +11:00
|
|
|
|
|
|
|
`tldr {{command}}`
|
2019-01-23 11:43:48 -05:00
|
|
|
|
2022-09-14 23:19:41 +10:00
|
|
|
- Print the tldr page for a specific subcommand:
|
2019-01-23 11:43:48 -05:00
|
|
|
|
2022-09-14 23:19:41 +10:00
|
|
|
`tldr {{command}}-{{subcommand}}`
|
2019-01-23 11:43:48 -05:00
|
|
|
|
2022-09-14 23:19:41 +10:00
|
|
|
- Print the tldr page for a command for a specific [p]latform:
|
2019-01-23 11:48:48 -05:00
|
|
|
|
2022-09-14 23:19:41 +10:00
|
|
|
`tldr -p {{android|linux|osx|sunos|windows}} {{command}}`
|
2020-09-14 19:35:12 +05:30
|
|
|
|
2022-09-14 23:19:41 +10:00
|
|
|
- [u]pdate the local cache of tldr pages:
|
2020-09-14 19:35:12 +05:30
|
|
|
|
|
|
|
`tldr -u`
|