On Mon, May 21, 2012 at 3:52 PM, Jose Mondefo <[email protected]> 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 _______________________________________________ Lynx-dev mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/lynx-dev
