Linux Bash Directories and Changing Current Working Path
[rps-include post=6835] A simple shell command echo pof tut consist of command itself followed by arguments, separated by spaces. Also more complex command can be created. Generally simple commands are used and after execution exit status is provided by wait pid. $ echo pof tut pof tut Directories and Paths While working with bash we use … Read more