My favorite command line program
There are a lot of great command line programs that I use, but the most useful one is probably tldr.
Once installed, it can replace most of the "man” commands to display documentation. Instead of listing the full man pages, tldr shows you the usage that you are probably looking for, with a simple description.
This is how it looks like in action:
If you miss documentation on anything, just contribute it to the github repository.
Try it and it might become your favorite command line tool as well.
Until next time,
Petr