googlesearch – command line interface to google search results
Ahh.. It’s the little things in life… A command line interface to google search.
From the README ..
googlesearch – command line interface to google search
DESCRIPTION
I wanted to simply ask for top x results for something, and see a list
of result urls.USAGE
googlesearch [OPTION].. TERMS..-m number max results, default is 10.
-t trim results display to fully qualified domain name
-o override cache (set at 6 hours)EXAMPLE USAGE
First 20 results for ‘boston ice cream’googlesearch -m 20 boston ice cream
- Download googlesearch from cpan.
- Some google hacker wrote a… web interface.. to a command line interface for a google search
