1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/tldr.md

20 lines
292 B
Markdown
Raw Normal View History

2014-01-26 23:47:19 +11:00
# tldr
> Simplified man pages.
2014-01-26 23:47:19 +11: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:
`tldr --platform linux tar`
- Get help for a command in Chinese:
`tldr -t zh {{command}}`