You are viewing a single comment's thread. Return to all comments →
i=0; for((i=1; i<=99; i++ )) do if (( i%2 != 0 )) 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 →
i=0; for((i=1; i<=99; i++ )) do if (( i%2 != 0 )) then echo $i fi
done