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
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
How to get script name inside a script?
What command needs to be used to take the backup?
How do I run a shell script in powershell?
Where is bash history?
What are the zombie processes?
How can you find out how long the system has been running?
How to use arguments in a script?
Please give me example of " at command , contrab command " how to use
What are the advantages of shell script?
How do I start a shell script?
What are the two files of crontab command?
Why is shell scripting important?
How does shell scripting work?
how to print the matrix form of 2-d, 3-d arrays in unix c shell scripts ?