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 a shell? · Types of shell · what is shell scripting?
what is this line in the shell script do ?#!/bin/ksh
Print the 10th line without using tail and head command.
What is web script?
What are the additional egrep symbols?
How would you replace the n character in a file with some xyz?
How to check if a directory exists?
How to print all the arguments provided to the script?
How do I open the shell in cmd?
I want to read all input to the command from file1 direct all output to file2 and error to file 3, how can I achieve this?
is this growing field and what is average package in this?
How can any user find out all information about a specific user like his default shell, real-life name, default directory, when and how long he has been using the system?