Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save paleite/9f025e6148e3691c57dfc514e20d8734 to your computer and use it in GitHub Desktop.
Save paleite/9f025e6148e3691c57dfc514e20d8734 to your computer and use it in GitHub Desktop.
Download files with range/seq and zero-padding
for i in $(seq -f "%03g" 1 100)
do
wget http://example.com/assets/pics/myawesomestuff${i}.jpg
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment