Created
February 4, 2020 09:33
-
-
Save simon-contreras-deel/c23b51f634317e53cbcd3cbe111c02d7 to your computer and use it in GitHub Desktop.
run loop in cli
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for i in $(seq 1 100); do echo "hi ${i}"; echo "hi again ${i}"; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment