Skip to content

Instantly share code, notes, and snippets.

@arbazkiraak
Forked from evilpacket/gist:3628941
Created November 12, 2017 15:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arbazkiraak/fb737f1f745ae07193860762f8710935 to your computer and use it in GitHub Desktop.
Save arbazkiraak/fb737f1f745ae07193860762f8710935 to your computer and use it in GitHub Desktop.
Top 1000 from Alexa Top 1million
wget -q http://s3.amazonaws.com/alexa-static/top-1m.csv.zip;unzip top-1m.csv.zip; awk -F ',' '{print $2}' top-1m.csv|head -1000 > top-1000.txt; rm top-1m.csv*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment