Created
May 5, 2013 16:51
-
-
Save yenliangl/5521372 to your computer and use it in GitHub Desktop.
Iterate over a range of numbers in bash
This file contains 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 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