Created
December 18, 2010 16:36
-
-
Save yaph/746638 to your computer and use it in GitHub Desktop.
get a list of full URLs from Alexa Top 1M pages that match given keyword
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
grep -r keyword alexa_top-1m.csv | perl -pe 's/^d+,/http:\/\//' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment