Skip to content

Instantly share code, notes, and snippets.

@yaph
Created December 18, 2010 16:36
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 yaph/746638 to your computer and use it in GitHub Desktop.
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
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