What is the basic difference you find between a shell
script and perl?
Answer Posted / 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 |
Post New Answer View All Answers
How will you emulate wc –l using awk?
What does it mean to debug a script?
What is awk in shell scripting?
What does it mean by #!/Bin/sh or #!/Bin/bash at the beginning of every script?
Differentiate between ‘ and ” quotes.
What are the advantages of shell script?
How to get the last line from a file using just the terminal?
What are the advantages of using shell scripts?
What is the first line in a shell script?
What is the fastest scripting language?
What are filters explain sort with all the options available?
Is bash a shell script?
Why should we use shell scripts?
What is an inode block?
What is a shell script? Can you name some of its advantages?