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 |
give me some website where i can get unix and testing meterials
Is it possible to substitute "ls" command in the place of "echo" command?
How to print pid of the current shell?
What is a shell script in windows?
What lives in a shell?
What is path variable bash?
Why do we write bin bash in shell scripts?
How do we delete all blank lines in a file?
Write a shell script in Linux to shift all characters in a file forward by five characters. (Thus “a” becomes “f’”).
2 Answers Ignou, Tripura Info,
What is shell chemistry?
Devise a script that takes file name as arguement(which must present in the current directory)and locates from your home directory tree all thpath names of its links.Then mail the list to self.
When should shell programming/scripting not be used?