Re: Need pointers for HTML --> ASCII conversions1998-06-25 10:38:35Stan Ryckman asked Timothy Luom,
R> What do you need to do that "lynx -dump" doesn't do?
Timothy answered,
L> I need to be able to read from stdin
Well, you can always use a temporary file.
:0bc:
* conditions
/tmp/ # or wherever you want
TEMPFILE=$LASTFOLDER TRAP="${TRAP:+$TRAP ; }rm -f $TEMPFILE"
:0abfwi
| lynx -dump -force_html $TEMPFILE
|
|
||||||||||||||||