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

What is path variable bash?

0 Answers  


What is bash eval?

0 Answers  


what is "umask"?

6 Answers   Wipro,


What is an sh file?

0 Answers  


What is shell environment?

0 Answers  






How do I set bash as default shell mac?

0 Answers  


‎What is a shell? · ‎Types of shell · ‎what is shell scripting?

0 Answers  


Is shell scripting easy to learn?

0 Answers  


What is the conditional statement in shell scripting?

0 Answers  


How to make userdefined variables to available for all other shells?

4 Answers  


Where cron file kept?

2 Answers   Tech Mahindra,


I want to monitor a continuously updating log file, what command can be used to most efficiently achieve this?

0 Answers  


Categories