Q. How do I swap two numbers using addition and subtraction in Bash Ans: #!/bin/bash echo "enter first number" read a echo "e...Read more »

The Magician Of Linux
Q. How do I swap two numbers using addition and subtraction in Bash Ans: #!/bin/bash echo "enter first number" read a echo "e...Read more »