what is the difference between writing code in shell and
editor?
Answer Posted / 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 View All Answers
What shell is bin sh?
What is scripting used for?
What language is bash written in?
What is ms powershell?
How to calculate the number of passed arguments?
What is bash coding?
Write the syntax for "if" conditionals in linux?
What is scripting autism?
How do I start a shell script?
What is the first line in a shell script?
What are the disadvantages of shell scripting?
how to get part of string variable with echo command only?
wats the deinitions for shell utility and filter?
What is computer cli?
c program which behaves like a shell(command interpreter). it has its own prompt say "NewShell$".any normal shell command is executed from your shell by starting a child process to execute a system program corrosponding to the command