[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Lynx-dev] Pipe html data to lynx in Windows
From: |
Stefan Caunter |
Subject: |
Re: [Lynx-dev] Pipe html data to lynx in Windows |
Date: |
Tue, 22 May 2012 11:26:22 -0400 |
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