whatis command and apropos in #linux #bash
Ever wonder what a command you are using is? Turns out linux has the answers for you!
Simply type whatis
followed by the name of the command.
Examples:
whatis
uses the man pages to search your entered query.
There is also a reverse search, which searches the descriptions of commands. For example say you are looking for a calculator:
h/t this tweet by Peter Cooper
Tweet