Answer Posted / satbeer singh
Shell is a program that takes commands as an input from the
user and interact with the Operating system to execute
those commands.Shell is a wraper around the Operating
system and passes on the information in form of the
commands to get the task done.
Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
How do I start a shell script?
Explain how you Automate your application using Shell scripting.
What is a beat in a script?
What are the zombie processes?
What is the use of "$?" Sign in shell script?
What is shell scripting used for?
How to write a function?
write a shell script to emulate the Id command of PRIMOS which lists files and directories. It list files first with a header FILES and then directories with a header DIRECTORIES. This command has several options. The main ones are. -file select files only -dir select directories only -reverse sort in reverse order -no_header put no header on the output -brief output the header only -size display the size of each file -help display Id´s syntax and options.
What is web script?
Give some situations where typing error can destroy a program?
What is shell terminal?
What does $$ mean in shell script?
Is shell scripting easy to learn?
What is meant by $1 in shell script?
What is awk script?