Tldr
tldr
If you are new to CLI or not able to recall the flags of your CLI tool, you would consult man pages.
tldr is "Too Long Didn't Read" version of man pages ;) i.e it shows us the common usages of a given command.
tldr covers:
Common commands.
GNU/Linux.
OSX.
SunOS.
Install it as a CLI app: $ npm install -g tldr
Sample usage:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | |
GIF FTW!

All TLDR pages are in markdown format, checkout sudo page for an example, this is a community dirven effort, so please feel free to contribute :)