tldr/pages/common/tldr.md

21 lines
471 B
Markdown
Raw Normal View History

2014-01-26 12:47:19 +00:00
# tldr
> Displays simple help pages for command-line tools, from the tldr-pages project.
> More information: <https://tldr.sh>.
2014-01-26 12:47:19 +00:00
2021-04-18 02:43:41 +01:00
- Show the tldr page for a command (hint: this is how you got here!):
2014-01-26 12:47:19 +00:00
`tldr {{command}}`
2019-01-23 16:43:48 +00:00
2021-04-18 02:43:41 +01:00
- Show the tldr page for `cd`, overriding the default platform:
2019-01-23 16:43:48 +00:00
`tldr -p {{android|linux|osx|sunos|windows}} {{cd}}`
2019-01-23 16:43:48 +00:00
2021-04-18 02:43:41 +01:00
- Show the tldr page for a subcommand:
2019-01-23 16:48:48 +00:00
`tldr {{git-checkout}}`
2020-09-14 15:05:12 +01:00
- Update local pages (if the client supports caching):
`tldr -u`