View Single Post
Old 10-31-2010, 06:21 PM  
fris
Too lazy to set a custom title
 
fris's Avatar
 
Industry Role:
Join Date: Aug 2002
Posts: 55,359
here is something maybe someone can use

Code:
#!/bin/bash

curl -s -O http://s3.amazonaws.com/alexa-static/top-1m.csv.zip
unzip -q -o top-1m.csv.zip top-1m.csv
head -1000 top-1m.csv | cut -d, -f2 | cut -d/ -f1 > topsites.txt
will make a text file with just the domains of top 1000 sites.
__________________
Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.


WP Stuff
fris is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote