create tldr.md

initial
This commit is contained in:
Michal 2020-04-15 18:15:47 +02:00 committed by Starbeamrainbowlabs
parent f1623f42ee
commit 6cd9bbb8cb

17
pages.pl/common/tldr.md Normal file
View File

@ -0,0 +1,17 @@
# 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}}`