Q. How do I swap two numbers without using addition and subtraction in Bash Ans: #!/bin/bash read -p "Enter first number :" first ...Read more »

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