You are viewing a single comment's thread. Return to all comments →
for((i=1; i<=99; i++)) do if (( i % 2 == 1 )) then echo "$i" fi done
Seems like cookies are disabled on this browser, please enable them to open this website
Looping and Skipping
You are viewing a single comment's thread. Return to all comments →