Files
tldr/pages/common/tldr.md
Owen Voke 91c4344e0b Update pages/common/tldr.md
Co-Authored-By: jedahan <hi@jonathan.is>
2019-03-12 11:49:51 +00:00

363 B

tldr

Simplified man pages.

  • Get typical usages of a command (hint: this is how you got here!):

tldr {{command}}

  • List available pages:

tldr --list

  • Show the tar tldr page for linux:

tldr --platform {{linux}} {{tar}}

  • Get help for a command in Chinese:

tldr -t {{zh}} {{command}}

  • Get help for a git subcommand:

tldr {{git checkout}}