Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- wget http://s3.amazonaws.com/alexa-static/top-1m.csv.zip
- unzip top-1m.csv.zip
- cat top-1m.csv |
- cut -d "," -f 2 |
- xargs -I % -n 1 -t wget -nv % -O - --user-agent="Mozilla/5.0"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement