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 fastest scripting language?
Explain about the exit command?
What is eval in shell script?
How will you emulate wc –l using awk?
what is the difference between writing code in shell and editor?
how is the oppurtunities for unix in the software
Write a shell script to get current date, time, user name and current working directory.
What is an inode block?
What is the default ubuntu terminal?
What is option in shell script?
c program to implement unix/linux command to block the signal ctrl-c and ctrl-\ signal during the execution ls -l|wc -l
What is the way to do multilevel if-else's in shell scripting?