Last active
August 29, 2015 14:14
-
-
Save meeuw/5e5a2e53e7c81e5e52c6 to your computer and use it in GitHub Desktop.
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
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