Skip to content

Instantly share code, notes, and snippets.

@rg3915
Created June 25, 2025 00:39
Show Gist options
  • Save rg3915/73352269bbc823452856f78ff51e5ef5 to your computer and use it in GitHub Desktop.
Save rg3915/73352269bbc823452856f78ff51e5ef5 to your computer and use it in GitHub Desktop.
Shell Script repeat - Shell Script sequence repeat for i in seq
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