write a shell script to find the largest number from 3 given
numbers.
Answer Posted / a
mr imran/vipul
when i run this script it always say number not given
what is the reason and how would this ask for the those 3 numbers to be sorted ??
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What are the advantages of shell script?
What is the use of a shebang line?
What language is bash written in?
How does shell scripting work?
What does echo mean in scripting?
Which is better perl or shell scripting?
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.
c program the catches the ctrl-c(SIGINT) Signal for the first time and prints a output rather and exit on pressing Ctrl-C again
Tell something about the super block in shell scripting?
What is awk in shell scripting?
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.
How can you find out how long the system has been running?
What is a shell script? Can you name some of its advantages?
Is scripting and coding the same thing?
What is a shell environment?