2014-01-26 12:47:19 +00:00
|
|
|
# tldr
|
|
|
|
|
2020-05-31 19:13:11 +01:00
|
|
|
> Displays simple help pages for command-line tools, from the tldr-pages project.
|
2019-06-03 01:06:36 +01:00
|
|
|
> More information: <https://tldr.sh>.
|
2014-01-26 12:47:19 +00:00
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
- Get typical usages of 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
|
|
|
|
2020-01-27 13:22:43 +00:00
|
|
|
- Show the tar tldr page for Linux:
|
2019-01-23 16:43:48 +00:00
|
|
|
|
2019-03-12 11:48:04 +00:00
|
|
|
`tldr -p {{linux}} {{tar}}`
|
2019-01-23 16:43:48 +00:00
|
|
|
|
2019-01-23 16:48:48 +00:00
|
|
|
- Get help for a git subcommand:
|
|
|
|
|
2020-01-24 19:00:08 +00:00
|
|
|
`tldr {{git-checkout}}`
|
2020-09-14 15:05:12 +01:00
|
|
|
|
|
|
|
- Update local pages (if the client supports caching):
|
|
|
|
|
|
|
|
`tldr -u`
|