What is shell programming? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 8

What is shell programming?

I got to know a few basics before starting it......

2nd Jul 2019, 1:45 AM
Aditya
Aditya - avatar
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.
2nd Jul 2019, 10:48 AM
Saurav Kashyap
Saurav Kashyap - avatar
+ 4
bash, csh, ksh are some scripting languages.
2nd Jul 2019, 2:36 AM
Sonic
Sonic - avatar
+ 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
2nd Jul 2019, 2:58 AM
tejaswi kanneganti
tejaswi kanneganti - avatar
+ 2
A set of scripts to run several applications
2nd Jul 2019, 2:30 PM
Charan Leo25
Charan Leo25 - avatar