Tuesday, December 18, 2012

Search Google from Linux O.S commandline

  You can search google for a result even from your linux command line.

curl -A Mozilla http://www.google.com/search?q=Linux |html2text -width 80

You need to install CURL and HTML2TEXT in your box.

apt-get install curl html2text ( Ubuntu)
yum install curl html2text (Fedora )

No comments:

Post a Comment