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
How will you find the 99th line of a file using only tail and head command?
What is a scripting language simple definition?
Why do we write bin bash in shell scripts?
How can you find out how long the system has been running?
c program which behaves like a shell(command interpreter). it has its own prompt say "NewShell$".any normal shell command is executed from your shell by starting a child process to execute a system program corrosponding to the command
What is the difference between scripting and coding?
What is echo in shell?
How to get the last line from a file using just the terminal?
Calculate a real number calculation directly from the terminal and not any shell script.
How will you pass and access arguments to a script in linux?
What is the difference between grep and egrep?
What command needs to be used to take the backup?
What does $$ mean in shell script?
How to open a read-only file in the shell?
What is shell application?