Write a shell script to find the smallest of three numbers
Answers
Answered by
1
Script should expect three arguments.
If number of arguments is not 3, then exit.
Find the smallest of the three numbers and display it on the screen.
If number of arguments is not 3, then exit.
Find the smallest of the three numbers and display it on the screen.
Similar questions