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 advantages of shell script?
In my bash shell I want my prompt to be of format '$"present working directory":"hostname"> and load a file containing a list of user-defined functions as soon as I log in, how will you automate this?
Why is it called a shell?
What is difference between bash and shell?
What does it mean to debug a script?
State the advantages of shell scripting?
Why is shell scripting important?
What happens on a system call?
I want to create a directory such that anyone in the group can create a file and access any person's file in it but none should be able to delete a file other than the one created by himself.
What is the best shell scripting language?
What is k shell?
Is shell scripting difficult?
What is the fastest scripting language?
What exactly is a shell?
What does .sh file contain?