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 do I set bash as default shell mac?
What is use of "cut" command?
What does it mean by #!/Bin/sh or #!/Bin/bash at the beginning of every script?
What is @echo off?
What is the way to do multilevel if-else's in shell scripting?
What is the use of script interpreter in shell scripting?
I have to write Shells (Linux + Unix)for publishing packages and reports. Is it possible ? What are the differents executable programs ineed to call ?
What language is bash?
How would you replace the n character in a file with some xyz?
Print a given number, in reverse order using a shell script such that the input is provided using command line argument only.
How to create environment variables?What are the conditions for creating variables?
what do u mean by $#,$* in unix programming?