What is the basic difference you find between a shell
script and perl?
Answers were Sorted based on User's Feedback
Answer / deepak kumar pandey
Shell script is platform(OS) only for Unix
flavour,dependent whereas perl is OS independent
| Is This Answer Correct ? | 19 Yes | 2 No |
Answer / 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 |
Answer / 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 |
What is the best scripting language?
What are the different communication commands available in the shell?
how to read systems current date and time
How to declare functions in unix shell script?
What are the four fundamental components of every file system on linux?
What is shell prompt?
What is awk in shell script?
What are the disadvantages of shell scripting?
Create a bash shell script to sort and then uniq the file from the command line & store it to a new file and output the results to the screen. Name this script "sortAndUniq.sh"
How will you schedule a job that will run every month last day?(some months have 30 days,some 31 days,28,29 days)
What is meant by dos operating system?
What is the use of .sh file?