What is the basic difference you find between a shell
script and perl?
Answer Posted / sushil
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 ? | 12 Yes | 5 No |
Post New Answer View All Answers
What makes c shell a more preferable option than the bourne shell?
c program the catches the ctrl-c(SIGINT) Signal for the first time and prints a output rather and exit on pressing Ctrl-C again
What happens when you type ls?
What is a shell? · Types of shell · what is shell scripting?
What is sh in shell script?
What are the different types of variables used in shell script?
What is the use of .sh file?
What is awk script?
How to set an array in linux?
What is the best scripting language?
What is computer cli?
What is bash command used for?
What's the difference between scripting and coding?
Tell something about the super block in shell scripting?
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.