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 Path variable?What is its use?
How to print all the arguments provided to the script?
write a shell script to emulate the Id command of PRIMOS which lists files and directories. It list files first with a header FILES and then directories with a header DIRECTORIES. This command has several options. The main ones are. -file select files only -dir select directories only -reverse sort in reverse order -no_header put no header on the output -brief output the header only -size display the size of each file -help display Id´s syntax and options.
Print a given number, in reverse order using a shell script such that the input is provided using command line argument only.
how to delete all the files with extension .dat rom a directory tree from root to third level in a single unix command?
Explain about stdin, stdout and stderr?
Why is a script important?
In a single command how do you run the previous command in the command prompt.
What is an sh file?
State the advantages of shell scripting?
Is powershell a language?
what is the difference between writing code in shell and editor?