The Unix command syntax consists of three parts : the command, a list of options, and arguments.
Syntax :
command - (options) argument1 argument2..?
* The first part, the command, describes the type of operation
* The next part, the list of options, changes the way the command operates
* The last part, the list of arguments, is the additional information required to execute the command.