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 |
Devise a script that takes file name as arguement(which must present in the current directory)and locates from your home directory tree all thpath names of its links.Then mail the list to self.
Write a command sequence to find all the files modified in less than 2 days and print the record count of each.
defination of mapfile in winrunner?
What is the need of including script interpreter in your shell script?
What is the use of "test" command?
What is .sh file in mac?
What is bash used for?
Write a shell script to get current date, time, user name and current working directory.
Is shell script a programming language?
what is info area how many types?
What is the way to do multilevel if-else's in shell scripting?
how can you execute the shell scripts?