Here's a simple shell script to print numbers using for loop.
Just got through:
# cat test.sh
for ((i=0;i<=10;i++))
do
echo $i
done
Output:
Just got through:
# cat test.sh
for ((i=0;i<=10;i++))
do
echo $i
done
Output:
Kali Linux + GNOME 50 + GNOME Remote Desktop + Windows Remote Desktop (MSTSC) Getting a full GNOME desktop remotely on Kali Linux can be ...