Q. How do I write Shell Script to find factorial of a number Ans: #!/bin/bash fact=1 #taking input from user echo -e "enter a number...Read more »

The Magician Of Linux
Q. How do I write Shell Script to find factorial of a number Ans: #!/bin/bash fact=1 #taking input from user echo -e "enter a number...Read more »