Skip to content

Instantly share code, notes, and snippets.

@distributedlife
Created September 27, 2013 04:55
Show Gist options
  • Select an option

  • Save distributedlife/6724348 to your computer and use it in GitHub Desktop.

Select an option

Save distributedlife/6724348 to your computer and use it in GitHub Desktop.
for (( c=0; c<=854; c += 10 )) do
wget -k "http://oeis.org/search?q=2,4,6,8&start=$c&fmt=data" -O $c.html;
done
cat *.html > merged.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment