Sometime Today, Binand Raj S. assembled some asciibets to say: > > but typing something like 'g extended partition site:plug.org.in' on opera > > command line brings good results..;-) (That's google search BTW) > > FWIW, that's > > gg:extended partition site:plug.org.in > > in konqueror. Take a look at Settings->Configure Konqueror->Enhanced
or, you could just use my shortcut script: #!/bin/sh query=` echo $* | sed -e "s| |+|g" ` lynx http://www.google.com/search?q=$query save in a file called google, chmod a+rx, and then: google "extended partition site:plug.org.in" -- How many hardware guys does it take to change a light bulb? "Well the diagnostics say it's fine buddy, so it's a software problem." _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
