swapping of two numbers without using third variable in shell script
#!/bin/bash
echo "enter first number"
read a
echo "enter second number"
read b
echo "a before swapping is $a and b is $b"
#swapping
a=$((a+b))
b=$((a - b))
a=$((a-b))
echo "a after swapping is $a and b is $b"
Also in C++:
- use python as python3 zsh
- how to go to a previous commit state
- git force push
- extract text awk
- composer install laravel 7
- git multiple commands one line
- create symbolic link linux apache
- e dpkg was interrupted kali linux
- Failed to run "javac -version", make sure that you have a JDK version 8 installed. You can get it from the following location: https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
- How do I check my WSL version?
- grep until last match
- how to install google chrome in ubuntu 32-bit
- cisco anyconnect download for ubuntu 18.04
- install jupyter notebook ubuntu 20.04
- react-github-contribution-calendar
- linux grt repository
- pyinstaller location windows
- git ls files sort by date
- what is sse flag on /proc/cpuinfo in linux
- how to get rid of the start up screen on your pyinstaller .exe file
- The digital freelance company
- execute php file from command line
- desinstalar paquetes ubuntu
- sudo apt install wiresharck ubuntu