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 |
how will you find the total disk space used by a specific user?
How do you debug a script?
How to include comments in your shell scripts?
Tell something about the super block in shell scripting?
What is a program shell?
How to handle the delimiter unit seperator in Unix
How do I run a shell script on a mac?
What are filters explain sort with all the options available?
Why are shell scripts used?
Is shell a scripting language?
Why is it called a shell?
Explain about login shell?