mirror of https://github.com/CrimsonTome/tldr.git
17 lines
344 B
Markdown
17 lines
344 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}}`
|