Here’s how to quickly find short description of a command in Linux terminal:
Issue the following command at the terminal –
whatis <command name>
For example, to get a short description of ‘grep’ command, issue the following command at the terminal –
whatis grep