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
Explain about shebang?
What is the significance of $#?
Is bash a shell script?
How to print the first array element?
Suppose you execute a command using exec, what will be the status of your current process in the shell?
How to print pid of the current shell?
What does $$ mean in shell script?
What is batch file programming?
How to debug the problems encountered in the shell script/program?
What are the various stages of a linux process it passes through?
How does ls command work?
What are the different types of shell scripting?
Write a shell script to get current date, time, user name and current working directory.
What does echo $0 do?
How do I run a .sh file on mac?