Answer Posted / dhrma
● The Bourne shell (includes sh, ksh, and bash)
● The C shell (includes csh and tcsh)
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How do I open a jshell in cmd?
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
How do I run a .sh file?
How to print all the arguments provided to the script?
What does echo mean in scripting?
How do I run a script from command prompt?
Is bash a shell script?
How to check if the previous command was run successfully?
What does echo $0 do?
How does shell scripting work?
What is eval in shell script?
What are the different variables present in linux shell?
determine the output of the following command: echo ${new:-variable}
How do I run a .sh file on mac?
What are the advantages of shell script?