Created
June 25, 2025 00:39
-
-
Save rg3915/73352269bbc823452856f78ff51e5ef5 to your computer and use it in GitHub Desktop.
Shell Script repeat - Shell Script sequence repeat for i in seq
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 $i | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment