what is the difference between writing code in shell and
editor?



what is the difference between writing code in shell and editor?..

Answer / guest

If we write code in shell it is called we are using the
shell as interractive mode.
It is inconvenient to write complex code(means entering
complex or compound commands to execute by seperating
with ";" semicolon)

For our convenient and also to frame a new functionality by
using different commands we use non interactive mode of
shell that is we type code in a editor and we execute that.

Is This Answer Correct ?    5 Yes 3 No

Post New Answer

More Shell Script Interview Questions

write a shell script to check the failed jobs?

0 Answers   Wells Fargo,


How Connect to a Database in Shell Programming?

4 Answers   Syntel,


write a shell script to find the largest number from 3 given numbers.

6 Answers  


How to customise the existing shell?

1 Answers  


How do I set bash as default shell mac?

0 Answers  






Explain how you Automate your application using Shell scripting.

0 Answers   MAHINDRA,


What is .sh file in mac?

0 Answers  


I want to connect to a remote server and execute some commands, how can I achieve this?

0 Answers  


What is the default ubuntu terminal?

0 Answers  


write a shell program to check wheather a given string is pallindrome or not?

4 Answers  


What is the difference between scripting and coding?

0 Answers  


What is the significance of $#?

0 Answers  


Categories