2014-01-26 23:47:19 +11:00
|
|
|
# tldr
|
|
|
|
|
2016-01-07 18:31:27 +01:00
|
|
|
> Simplified man pages.
|
2014-01-26 23:47:19 +11:00
|
|
|
|
2016-01-07 18:31:27 +01:00
|
|
|
- Get typical usages of a 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
|
|
|
|
|
|
|
- List available pages:
|
|
|
|
|
|
|
|
`tldr --list`
|
|
|
|
|
|
|
|
- Show the tar tldr page for linux:
|
|
|
|
|
2019-01-23 14:19:17 -05:00
|
|
|
`tldr --platform {{linux}} {{tar}}`
|
2019-01-23 11:43:48 -05:00
|
|
|
|
|
|
|
- Get help for a command in Chinese:
|
|
|
|
|
2019-01-23 14:19:28 -05:00
|
|
|
`tldr -t {{zh}} {{command}}`
|
2019-01-23 11:48:48 -05:00
|
|
|
|
|
|
|
- Get help for a git subcommand:
|
|
|
|
|
|
|
|
`tldr git checkout`
|