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

Post New Answer

More Shell Script Interview Questions

How will you emulate wc –l using awk?

0 Answers  


Write down the syntax of "for " loop

0 Answers  


Why is a script important?

0 Answers  


What is the syntax of while loop in shell scripting?

0 Answers  


What is meant by dos operating system?

0 Answers  






Which is best institute for testing tool?

0 Answers  


How to rename all the files in a folder having specific extension? Example: I have some files with extension (.txt) in a folder name 'Test'. I have to rename all the .txt files in a test and its subdirectories to .my extension.

15 Answers   Interra IT,


Explain about the exit command?

0 Answers  


Why is the use of shell script?

0 Answers  


Explain about shebang?

0 Answers  


The information of the two files should be redirect to Third file in such a way that, the third file contain the information like this. 1st line in third file should be from 1st file 2nd line in Third file should be from 2nd file 3rd line in Third file should be from 1st file 4th line in Third file should be from 2nd file - - so on

2 Answers   Caritor,


how to print the matrix form of 2-d, 3-d arrays in unix c shell scripts ?

0 Answers  


Categories