in reply to Re: how to get url of google search
in thread how to get url of google search

thomas895 this is not what i need.
i need the url of the google page i.e the page on which search results are displayed

Replies are listed 'Best First'.
Re^3: how to get url of google search
by zwon (Abbot) on Dec 28, 2011 at 12:31 UTC

    You mean like

    perl -E'say "http://www.google.com/search?q=$ARGV[0]"' machine
      oops! thanks zwon actually now i dnt need the url
      i can simply use
      http://www.google.com/search?q=machines
      or
      http://www.google.com/search?q=packaing+machines
      how can i miss that.
      thanks man
        ...now I don't need the URL, I can simply use:
        http://www.google.com/search?q=machines

        That is the URL.