Created
November 22, 2010 01:44
-
-
Save ra/709404 to your computer and use it in GitHub Desktop.
count mentions in usesthis.com
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
for i in gmail emacs twitter; do curl -s -A Safari http://www.google.com/search?q=site:usesthis.com+$i | fmt | grep About | grep results ; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
broken