mirror of https://github.com/CrimsonTome/tldr.git
278 B
278 B
tldr
Simplified man pages. Homepage: 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}}