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

18 lines
354 B
Markdown
Raw Normal View History

2014-01-26 23:47:19 +11:00
# tldr
> Command-line client for tldr-pages.
2020-02-29 17:29:17 +01:00
> Displays simplified and community-driven man pages.
> More information: <https://tldr.sh>.
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
- Show the tar tldr page for Linux:
2019-01-23 11:43:48 -05:00
`tldr -p {{linux}} {{tar}}`
2019-01-23 11:43:48 -05:00
2019-01-23 11:48:48 -05:00
- Get help for a git subcommand:
`tldr {{git-checkout}}`