Question: unix shell script Write a shell script (largest.sh) to display the largest number from a list of numbers specified as command line arguments. The script
unix shell script
Write a shell script (largest.sh) to display the largest number from a list of numbers specified as command line arguments. The script must display the usage (information on how to use the script) if no numbers are specified. For example: ./largest.sh 4 6 9 2 The largest number is 9
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
