Which command in Linux is used for the description of any command?
For this access the individual command’s manual page. For instance, to know the description of
cat command, type
man cat
This will display a description of the said command.
For this access the individual command’s manual page. For instance, to know the description of
cat command, type
man cat
This will display a description of the said command.