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

17 lines
354 B
Markdown

# tldr
> Command-line client for tldr pages.
> Displays simplified and community-driven man pages.
> More information: <https://tldr.sh>.
- Get typical usages of a command (hint: this is how you got here!):
`tldr {{command}}`
- Show the tar tldr page for Linux:
`tldr -p {{linux}} {{tar}}`
- Get help for a git subcommand:
`tldr {{git-checkout}}`