Skip to content

Instantly share code, notes, and snippets.

@yenliangl
Created May 5, 2013 16:51
Show Gist options
  • Save yenliangl/5521372 to your computer and use it in GitHub Desktop.
Save yenliangl/5521372 to your computer and use it in GitHub Desktop.
Iterate over a range of numbers in bash
for n in {1..30}; do wget -c http://meanrat.com/media/30days/day$n.pdf; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment