Skip to content

Instantly share code, notes, and snippets.

@64lines
Created August 21, 2017 17:33
Show Gist options
  • Select an option

  • Save 64lines/34a47fcf1d29657ef73673b8df6e1a32 to your computer and use it in GitHub Desktop.

Select an option

Save 64lines/34a47fcf1d29657ef73673b8df6e1a32 to your computer and use it in GitHub Desktop.
[WGET] - Sequential wget
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