Skip to content

Instantly share code, notes, and snippets.

@evilpacket
Created September 5, 2012 01:35
Show Gist options
  • Save evilpacket/3628941 to your computer and use it in GitHub Desktop.
Save evilpacket/3628941 to your computer and use it in GitHub Desktop.

Revisions

  1. Adam Baldwin created this gist Sep 5, 2012.
    1 change: 1 addition & 0 deletions gistfile1.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    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*