lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Lynx-dev] Pipe html data to lynx in Windows


From: Jose Mondefo
Subject: Re: [Lynx-dev] Pipe html data to lynx in Windows
Date: Tue, 22 May 2012 18:14:58 -0300

Thanks for your help Stefan!

With your mail I realize that i was using an old lynx version (2.8.3). Now i tried with the 2.8.7 version available here http://invisible-island.net/lynx/ and it works!!!

Best regards!!!

> Date: Tue, 22 May 2012 11:26:22 -0400
> From: address@hidden
> To: address@hidden
> CC: address@hidden
> Subject: Re: [Lynx-dev] Pipe html data to lynx in Windows
>
> On Mon, May 21, 2012 at 3:52 PM, Jose Mondefo <address@hidden> wrote:
> > Hi mates!
> >
> > I'm trying to pipe some stored html to lynx, but is not working cause the
> > --stdin option is not supported in Windows. Is there any workaround to get
> > this workig without using --stdin option?
>
> Works for me on win7 with 2.8.6 version from 2006
>
> C:\Users\stef\Downloads\lynx>echo "<html><body><h1>hello
> world</h1></body></html>" | lynx --stdin
>
> So you could use
>
> type example.html | lynx --stdin
>
> add -trace if it's not working and send us the output (don't forget to
> include lynx -version)
>
> --Stef

reply via email to

[Prev in Thread] Current Thread [Next in Thread]