What is the basic difference you find between a shell
script and perl?
Answer Posted / manhar chavan
shell script is scripting language where as perl is
programming lang.
Scripting lang need not be compliled .. perl compiles the
program before executing the script.
| Is This Answer Correct ? | 4 Yes | 5 No |
Post New Answer View All Answers
What will happen to my current process when I execute a command using exec?
Determine the output of the following command: [ -z “” ] && echo 0 || echo 1
What is meant by dos operating system?
Using set -A write a script to print the output of the ls command in 5 columns with two spaces between each column. Pretend that ls does not have multicolumn output.
What is sudo command?
State the advantages of shell scripting?
What are filters explain sort with all the options available?
How can I set the default rwx permission to all users on every file which is created in the current shell?
How do I stop script errors?
What are the zombie processes?
What is the first line in a shell script?
What are "c" and "b" permission fields of a file?
What does debug script mean?
How do I run a .sh file on mac?
What language is shell scripting?