Execution of Unix General Purpose Utility Commands
In this lesson we will learn basic commands but before we go to any command lets learn how to start terminal and basic syntax of the command. Command Syntex All command follow similar syntax as follow command [options] and then <arguments> Command is name of any command like ls, echo etc Options are used to modify output like add more details to output of filter output etc Arguments nothing but the input along with options like filename or directory You can combine many options but remeber if any of the option needs the parameter then it must be specified immediately after the option....