You are viewing a single comment's thread. Return to all comments →
for((i=1; i<=50; i++)) do echo "$i" done
Seems like cookies are disabled on this browser, please enable them to open this website
Looping with Numbers
You are viewing a single comment's thread. Return to all comments →
!/bin/bash
for((i=1; i<=50; i++)) do echo "$i" done