What is the basic difference you find between a shell
script and perl?
Answer Posted / 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 |
Post New Answer View All Answers
What are script files?
Using set -A write a script to print the output of the ls command in 5 columns with two spaces between each column. Pretend that ls does not have multicolumn output.
Which shell is the best?
What are the 3 standard streams in linux?
I want to create a directory such that anyone in the group can create a file and access any person's file in it but none should be able to delete a file other than the one created by himself.
Explain about sourcing commands?
What is an sh file?
How do I read a .sh file?
What is awk in shell script?
What are the different variables present in linux shell?
Which is better perl or shell scripting?
Give some situations where typing error can destroy a program?
What is a shell in operating system?
What is the conditional statement in shell scripting?
How do I save a powershell script?