On Mon, Nov 25, 2002 at 12:00:54PM +0530, Sandip P Deshmukh wrote:
> hello all
>
> this is something i have tried to do but could not.
>
> typically, every day, i go to google. go to google news. switch to text
> mode. all this is done by way of links provided on the page.
>
> once in the text
Hi Sandip,
Have you looked at "autospec"? It will produce a script that will
automatically reproduce what you did in a given session...
cheers
On Mon, 25 Nov 2002, Sandip P Deshmukh wrote:
> --7iMSBzlTiPOCCT2k
> Content-Type: text/plain; charset=us-ascii
> Content-Disposition: inline
> Conten
On Mon, Nov 25, 2002 at 12:00:54PM +0530, Sandip P Deshmukh wrote:
> hello all
>
> this is something i have tried to do but could not.
>
> typically, every day, i go to google. go to google news. switch to text
> mode. all this is done by way of links provided on the page.
>
> once in the text m
On Mon, Nov 25, 2002 at 02:40:51AM -0600, Elizabeth Barham wrote:
> Elizabeth writes:
> $ lynx -dump http://news.google.com/news?q=india
>
> returns:
>
>
> [1]Go to Google News Home
> News BETA
>[2]Preferences[3]Search Tips
>
> ...
>
> Searched news
Elizabeth writes:
> lynx -post_data q=india -- http://www.google.com/
This doesn't work. lynx expects the parameters to be given to it via
stdin and ending with a "--". So, say:
$ cat > query.post
q=india
--
^D
$ lynx -post_data http://new.google.com/news < query.post
returns:
Google
On Mon, Nov 25, 2002 at 02:21:03AM -0600, Elizabeth Barham wrote:
> Sandip writes:
>
> > > > once in the text mode news, i type in the same query in the space
> > > > provided.
> > > >=20
> > > > i wanted to know if i can automate the whole thing or at least the last
> > > > typing a query part of
Sandip writes:
> > > once in the text mode news, i type in the same query in the space
> > > provided.
> > >=20
> > > i wanted to know if i can automate the whole thing or at least the last
> > > typing a query part of it. may be i can store the query in a text file
> > > and be done. there is an
On Mon, Nov 25, 2002 at 01:09:44AM -0600, Elizabeth Barham wrote:
> Sandip writes:
>
> > this is something i have tried to do but could not.
> >
> > typically, every day, i go to google. go to google news. switch to text
> > mode. all this is done by way of links provided on the page.
> >
> > o
Sandip writes:
> this is something i have tried to do but could not.
>
> typically, every day, i go to google. go to google news. switch to text
> mode. all this is done by way of links provided on the page.
>
> once in the text mode news, i type in the same query in the space
> provided.
>
>
hello all
this is something i have tried to do but could not.
typically, every day, i go to google. go to google news. switch to text
mode. all this is done by way of links provided on the page.
once in the text mode news, i type in the same query in the space
provided.
i wanted to know if i ca
10 matches
Mail list logo