...

/

Getting Info about Commands

Getting Info about Commands

Brush up on how to get information about bash commands via command line.

We'll cover the following...

man

Definition:

man is used to format or display the manual pages. Manual pages or man pages are the official documentation of all shell commands that comes along with the Linux distributions. ...