On 5/7/06, Marc Spitzer <mspitzer at gmail.com> wrote:
> any other short and quick hacks out there?
I use this one daily, named it 'google.sh':
browser="/usr/bin/lynx -nocolor -show_cursor -vikeys -cookies OFF"
REQ="`echo $@ | sed s/\ /+/g`"
$browser http://www.google.com/search?q=${REQ}