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 bash shell command?
How to print some text on to the screen?
Why is a script important?
Where is bash history?
c program which behaves like a shell(command interpreter). it has its own prompt say "NewShell$".any normal shell command is executed from your shell by starting a child process to execute a system program corrosponding to the command
Where are cowrie shells found?
What is the difference between scripting and coding?
Calculate a real number calculation directly from the terminal and not any shell script.
How will you print the login names of all users on a system?
What is meant by dos operating system?
What does path stand for?
How are shells born?