+ 8
What is shell programming?
I got to know a few basics before starting it......
4 Answers
+ 4
The following activities are typically performed by the shell in its interpretive cycle:-
â˘
The Shell issues the prompt & wait for you to enter the command.
â˘
After a command is entered, the shell scans the command line to the kernel for the execution.
â˘
The shell waits for the command to complete & normally canât do any work while the command is running.
Shells have become more powerful by the progressive addition of new features.
Some good books to read are:-
1.Unix Shell Programming by Yeshvant Kanitkar
2. Unix Concepts and Applications by Sumitabha Das.
+ 4
bash, csh, ksh are some scripting languages.
+ 4
A shell script is designed to run by Unix operating system.
This programming is done by using commands. If we learn the commands we easily perform shell programming
+ 2
A set of scripts to run several applications