Sponsored Content
Full Discussion: A google search shellscript
Top Forums Shell Programming and Scripting A google search shellscript Post 30643 by lusername on Thursday 24th of October 2002 04:57:47 PM
Old 10-24-2002
You should probably change the spaces in the search query to "+" and + to "%2B":
Code:
lynx "http://www.google.com/search?q=$(echo $@|sed -e 's/+/%2B/g' -e 's/ /+/g')"

 

5 More Discussions You Might Find Interesting

1. Web Development

Google search appliance

Please let me know if Google search appliance supports JSON or XML interface? If yes please provide some references (3 Replies)
Discussion started by: uunniixx
3 Replies

2. UNIX for Advanced & Expert Users

google search changes with an underscore

How does adding an underscore change a google search? I was searching for John Elway and got different results with and without an unscore. (3 Replies)
Discussion started by: cokedude
3 Replies

3. What is on Your Mind?

Changes to Google Site Search Location

We are going to move the Google Site Search that is located in the upper right hand corner of the site to the toolbar. Both are showing at the moment, and the plans is to create a UserCP option to "turn on" the Google Site Search where it is currently showing for users who prefer not to use the... (2 Replies)
Discussion started by: Neo
2 Replies

4. What is on Your Mind?

Google Site Search in Search Drop Down Menu (Again)

Have just added (after missing for some time), the latest version of Google Site Search for our site in the Navbar Search Menu: https://www.unix.com/members/1-albums215-picture791.png Cheers and Enjoy. Here is the URL for that link in case you need it: https://goo.gl/P8p82c (4 Replies)
Discussion started by: Neo
4 Replies

5. What is on Your Mind?

YouTube: Search Engine Optimization | How To Fix Soft 404 Errors and A.I. Tales from Google Search

Getting a bit more comfortable making quick YT videos in 4K, here is: Search Engine Optimization | How To Fix Soft 404 Errors and A.I. Tales from Google Search Console https://youtu.be/I6b9T2qcqFo (0 Replies)
Discussion started by: Neo
0 Replies
PINOT-SEARCH(1) 						   User Commands						   PINOT-SEARCH(1)

NAME
pinot-search - Query search engines from the command-line SYNOPSIS
pinot-search [OPTIONS] SEARCHENGINETYPE SEARCHENGINENAME|SEARCHENGINEOPTION QUERYINPUT DESCRIPTION
pinot-search - Query search engines from the command-line OPTIONS
-d, --datefirst sort by date then by relevance -h, --help display this help and exit -l, --locationonly only show the location of each result -m, --max maximum number of results (default 10) -r, --storedquery query input is the name of a stored query -s, --stemming stemming language (in English) -c, --tocsv file to export results in CSV format to -x, --toxml file to export results in XML format to -v, --version output version information and exit Supported search engine types are : 'opensearch' 'sherlock' 'xapian' EXAMPLES
pinot-search opensearch /usr/share/pinot/engines/KrustyDescription.xml "clowns" pinot-search --max 20 sherlock /usr/share/pinot/engines/Bozo.src "clowns" pinot-search googleapi mygoogleapikey "clowns" pinot-search xapian ~/.pinot/index "label:Clowns" pinot-search --stemming english xapian somehostname:12345 "clowning" REPORTING BUGS
Report bugs to fabrice.colin@gmail.com This is free software. You may redistribute copies of it under the terms of the GNU General Public License <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>. There is NO WARRANTY, to the extent permitted by law. pinot-search - pinot 1.0 June 2012 PINOT-SEARCH(1)
All times are GMT -4. The time now is 07:46 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy