Q. How do I write Shell Script to find Greatest of Three Numbers by If-else statement Ans: #!/bin/bash echo "enter first number" r...Read more »

The Magician Of Linux
Q. How do I write Shell Script to find Greatest of Three Numbers by If-else statement Ans: #!/bin/bash echo "enter first number" r...Read more »