Created
August 21, 2017 17:33
-
-
Save 64lines/34a47fcf1d29657ef73673b8df6e1a32 to your computer and use it in GitHub Desktop.
[WGET] - Sequential wget
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 30); do echo "http://www.example.com/page$i.html" ; done | wget -i - |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment