Created
September 19, 2018 19:45
-
-
Save chrisruffalo/d8bcd55d8a2cfef0a9f23890611f7635 to your computer and use it in GitHub Desktop.
medium article - top1m csv handling
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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