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 do I open the shell prompt?
Write down the syntax of "for " loop
What does echo $0 do?
How do you schedule a command to run at 4:00 every morning?
What is the syntax of "grep" command?
What is sh in shell script?
What is shell terminal?
shell script for reverse the string
What is the fastest scripting language?
How to debug the problems encountered in the shell script/program?
what is "umask"?
In my bash shell I want my prompt to be of format '$"present working directory":"hostname"> and load a file containing a list of user-defined functions as soon as I log in, how will you automate this?