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 |
What is awk in shell scripting?
how to separate the even and odd number generated from one file to two separate file i.e. even numbers in file1.txt and odd numbers in file2.txt
write a shell script to find the largest number from 3 given numbers.
is this growing field and what is average package in this?
What are the zombie processes?
What is a file basename?
What does $1 mean in bash?
What is a shell made of?
What are the different kinds of loops available in shell script?
What is difference between shell and bash scripting?
What is the use of a shebang line?
What is the use of echo in shell script?