Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 505 Bytes

tldr.md

File metadata and controls

33 lines (25 loc) · 505 Bytes

tldr command

What is tldr

简化过的 man 帮助手册。

更多信息:https://tldr.sh.

How do I use it?

  1. Install Command
$ npm install -g tldr
  1. Default Run
$ tldr <command>
  1. Examples
$ tldr tar
$ tldr du --os=linux
$ tldr --search "create symbolic link to file"
$ tldr --list
$ tldr --list-all
$ tldr --random
$ tldr --random-example

References

tldr: Collaborative cheatsheets for console commands.