tldr/pages/common/tldr.md

24 lines
359 B
Markdown
Raw Normal View History

2014-01-26 12:47:19 +00:00
# tldr
> Simplified man pages.
2014-01-26 12:47:19 +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
- List available pages:
`tldr --list`
- Show the tar tldr page for linux:
`tldr --platform {{linux}} {{tar}}`
2019-01-23 16:43:48 +00:00
- Get help for a command in Chinese:
`tldr -t {{zh}} {{command}}`
2019-01-23 16:48:48 +00:00
- Get help for a git subcommand:
`tldr git checkout`