Q. How do I write Shell Script to find leap year Ans: #!/bin/bash echo -e "enter year " read year #if year is less than or equal t...Read more »

The Magician Of Linux
Q. How do I write Shell Script to find leap year Ans: #!/bin/bash echo -e "enter year " read year #if year is less than or equal t...Read more »