Computer Science, asked by gfaugjdKe5593, 1 year ago

Write a shell script to find the smallest of three numbers

Answers

Answered by singhmahesh140
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.

Similar questions