1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 14:44:57 +02:00
tldr/pages/common/tldr.md
Zlatan Vasović bad49f0083
tldr: change "linux" to "Linux" (#3797)
This is a preferred version of the name.
2020-01-27 14:22:43 +01:00

16 lines
286 B
Markdown

# tldr
> Simplified 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}}`