What is the difference between Shell Programming and Shell
scripting?

Answers were Sorted based on User's Feedback



What is the difference between Shell Programming and Shell scripting?..

Answer / dhirendra rai

The term "Shell programming" is not true. "Shell scripting"
is the term which is a collection of command to do a
specific task. The "shell" act as a "Interpreter". When we
execute a shell script, a temporary shell is created and the
interpreter interprete and execute one line at a time. if
any error in the line then it exit from that line. No next
line will be read.

Getting error and jump to next line is happen in case of
"Compiler".

Is This Answer Correct ?    58 Yes 11 No

What is the difference between Shell Programming and Shell scripting?..

Answer / sailesh k

Shell programming is wrong terminology. Its shell scripting.

There is difference between scripting and programming. Unix
is shell scripting.

Is This Answer Correct ?    36 Yes 7 No

What is the difference between Shell Programming and Shell scripting?..

Answer / raam

programming and scripting are different. Shell is
scripting and not programming.

Is This Answer Correct ?    17 Yes 4 No

What is the difference between Shell Programming and Shell scripting?..

Answer / abhijit kulkarni

shell programming is incorrect defination, its shell
scripting in unix, which is a collection of unix/linux
commands.


- @bhijit Kulk@rni

Is This Answer Correct ?    3 Yes 1 No

What is the difference between Shell Programming and Shell scripting?..

Answer / rahul

It's not shell programming, it's shell scripting. A collection of commands to execute written in shell-scripting. So that we don't need to memorize the no. of commands. These scripts can work automatically. 
where shell works as an interpreter in Unix system

Is This Answer Correct ?    1 Yes 0 No

What is the difference between Shell Programming and Shell scripting?..

Answer / ashok yadav

shell scripting is a list of commands in a single script.
But shell programming is not a programming language like
perl programming etc. hence difference lies in name thats it
,... actually shell programming is called as shell script
programming.

Is This Answer Correct ?    5 Yes 5 No

What is the difference between Shell Programming and Shell scripting?..

Answer / vaibhav nalat

Shell Programing is not a correct Its a shell Scripting.
Becoz Shell Scripting is a collection of "Sequence of
command"

Best Luck..

Is This Answer Correct ?    3 Yes 4 No

What is the difference between Shell Programming and Shell scripting?..

Answer / c sivakumar

shell script is only using the multiple commands in one
sctipt. But shell programing is we are using commands and
logic in one script. Otherwise there is no any difference
in between. It is just for our identification alone.

Exameple:- C or C++ in these languages we can use only
logic But we can't not use commands.

Is This Answer Correct ?    8 Yes 15 No

What is the difference between Shell Programming and Shell scripting?..

Answer / p

I think both are same concept.

Is This Answer Correct ?    13 Yes 31 No

What is the difference between Shell Programming and Shell scripting?..

Answer / surbhi

shell scripting is done on server side where as shell
programming is done on client side

Is This Answer Correct ?    10 Yes 29 No

Post New Answer

More Unix Commands Interview Questions

How would you find the size of a file or directory?

1 Answers  


what is kernel?

6 Answers  


what does the job command do?

4 Answers  


How to set sticky bit, or it have any seperate directory to create sticky bit in sunfir servers. Please help me , i don't no the exact answer?

4 Answers   HCL, Wipro,


what is the difference between KILL and KILL -9?

5 Answers   Informatica, Nutanix,


what is the meaning of this command rm -rf / what will it do ?

5 Answers   Altair,


What is the difference between AWK and SED commands? Plz give example and explain...

3 Answers   RBS,


What is the basic difference between unix and windows operating systems?

43 Answers   Bopro, College School Exams Tests, CTS, IBM, IT-Kids, Priyadarshini, Sybian Technologies, Tolani Maritime,


boot process?

2 Answers   Atos Origin, Wipro,


What is the use of cut command in unix?

0 Answers  


How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?

0 Answers  


What is the different between UNIX command and UNIX shell script?

2 Answers  


Categories