Differentiate Between Shell Programming and Shell Scripting

Asked By 20 points N/A Posted on -
qa-featured

I would like someone to enlighten me today by explaining the difference between shell programming and shell scripting. Are these similar or there is a major difference? How do I use shell programming and how do I use shell scripting? Which applications require the use of shell programming and which ones need shell scripting?

SHARE
Answered By 0 points N/A #190795

Differentiate Between Shell Programming and Shell Scripting

qa-featured

"Shell Programming is actually Shell Scripting which means a bunch of instructions or commands that are sent to do a particular job. In this process of executing a command the Shell works as Interpreter which sends those set of Commands.
Whenever a task is assigned the shell script also known as Script Programming creates a new short Shell that will interpret the task by running one line at one time only. This is how Shell programming works."

Related Questions