[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Lynx-dev] Re: cannot build release-notes.txt of wireshark sources
From: |
Toralf Förster |
Subject: |
Re: [Lynx-dev] Re: cannot build release-notes.txt of wireshark sources |
Date: |
Fri, 17 Aug 2007 16:23:54 +0200 |
User-agent: |
KMail/1.9.7 |
Am Freitag, 17. August 2007 schrieb Thorsten Glaser:
>If this works, maybe -force_html could help.> -force_html
yep, that's the solution
address@hidden /mnt/D $ cat test.html
<HTML>
<HEAD>
<TITLE>Hello Title !</TITLE>
</HEAD>
<body>
<br>
Hello body !
</body>
</HTML>
address@hidden /mnt/D $ cat test.html | lynx -stdin -dump
<HTML>
<HEAD>
<TITLE>Hello Title !</TITLE>
</HEAD>
<body>
<br>
Hello body !
</body>
</HTML>
address@hidden /mnt/D $ cat test.html | lynx -stdin -dump -force_html
Hello body !
--
MfG/Sincerely
Toralf Förster
signature.asc
Description: This is a digitally signed message part.
Re: Fwd: Re: [Lynx-dev] cannot build release-notes.txt of wireshark sources, Thomas Dickey, 2007/08/16