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 are the different types of commonly used shells on a typical linux system?
What does $$ mean in shell script?
What are script files?
What is shell variable?
How will you find the 99th line of a file using only tail and head command?
What is shell terminal?
What exactly is a shell?
What can scripts do?
Write down the syntax of "for " loop
What does it mean by #!/Bin/sh or #!/Bin/bash at the beginning of every script?
How important is shell scripting?
What are the different types of shell scripting?
Is scripting and coding the same thing?
wats the deinitions for shell utility and filter?
What are the advantages of shell scripting?