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
How does shell scripting work?
Suppose you execute a command using exec, what will be the status of your current process in the shell?
What is gui scripting?
What is the equivalent of a file shortcut that we have a window on a linux system?
What is scripting autism?
What is @echo off?
What is shift command in shell script?
how will you find the total disk space used by a specific user?
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.
Determine the output of the following command: [ -z “” ] && echo 0 || echo 1
What does $@ mean bash?
How do I run a script from command prompt?
How can you find out how long the system has been running?
Is shell a part of kernel?
Is powershell a bash?