You are viewing a single comment's thread. Return to all comments →
for i in {1..50} 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 in {1..50} do echo "$i" done