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 to make userdefined variables to available for all other shells?
How to customise the other shell?
How to get the last line from a file using just the terminal?
What is meant by $1 in shell script?
How does ls command work?
Print the 10th line without using tail and head command.
What is shell terminal?
What is shell environment?
What is the default ubuntu terminal?
What is batch file programming?
In a single command how do you run the previous command in the command prompt.
what is the difference between cmp and diff commands