Skip to content

Instantly share code, notes, and snippets.

@meeuw
Last active August 29, 2015 14:14
Show Gist options
  • Save meeuw/5e5a2e53e7c81e5e52c6 to your computer and use it in GitHub Desktop.
Save meeuw/5e5a2e53e7c81e5e52c6 to your computer and use it in GitHub Desktop.
wget http://rdf.dmoz.org/rdf/content.rdf.u8.gz
zcat content.rdf.u8.gz |egrep -o 'r:resource="[^"]*'|cut -c13- > testurls
shuf testurls|head -n1000|xargs -n1 -P50 curl -m300 > /dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment