1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 03:22:08 +02:00
tldr/pages/common/tldr.md
2021-01-08 13:09:54 +00:00

20 lines
411 B
Markdown

# tldr
> Displays simple help pages for command-line tools, from the tldr-pages project.
> More information: <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}}`
- Update local pages (if the client supports caching):
`tldr -u`