c program which behaves like a shell(command interpreter).
it has its own prompt say "NewShell$".any normal shell
command is executed from your shell by starting a child
process to execute a system program corrosponding to the
command
No Answer is Posted For this Question
Be the First to Post Answer
How to set an array in linux?
What are environment variables?
How do you know which shell I am using?
How to get the first line from a file using just the terminal?
How do scripts work?
What is sudo command?
What is the difference between running a script as ./scriptname.sh and sh scriptname.sh
How to find all the files modified in less than 3 days and save the record in a text file?
What is a file basename?
What does it mean by #!/Bin/sh or #!/Bin/bash at the beginning of every script?
How to debug the problems encountered in the shell script/program?
what is the difference between sh & bash shell?