Q. How do I write shell script to find Smallest and Greatest number in an array Ans: #!/bin/bash echo "enter size of an array" rea...Read more »

The Magician Of Linux
Q. How do I write shell script to find Smallest and Greatest number in an array Ans: #!/bin/bash echo "enter size of an array" rea...Read more »