Following are the listed methods by which we can increment the variables in shell script in looping statements:
- j=$((i++))
- j=$(( i + 1 ))
- j=`expr $i + 1`
Happy scripting :)
Kali Linux + GNOME 50 + GNOME Remote Desktop + Windows Remote Desktop (MSTSC) Getting a full GNOME desktop remotely on Kali Linux can be ...