Skip to content

Instantly share code, notes, and snippets.

@chrisruffalo
Created September 19, 2018 19:45
Show Gist options
  • Save chrisruffalo/d8bcd55d8a2cfef0a9f23890611f7635 to your computer and use it in GitHub Desktop.
Save chrisruffalo/d8bcd55d8a2cfef0a9f23890611f7635 to your computer and use it in GitHub Desktop.
medium article - top1m csv handling
[user@host]$ curl -o top-1m.csv.zip http://s3-us-west-1.amazonaws.com/umbrella-static/top-1m.csv.zip
[user@host]$ unzip top-1m.csv.zip
[user@host]$ awk -F "\"*,\"*" '{print $2}' top-1m.csv > top-1m.list
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment