|
Boost : |
From: Gerhard Häring (haering_python_at_[hidden])
Date: 2002-06-07 05:55:59
* Martin Fuchs <martin-fuchs_at_[hidden]> [2002-06-07 12:30 +0100]:
> What about using this little filter for HTML emails:
>
> sed -e 's/<[^<]*>//g' -e 's/</</g' -e 's/>/>/g'
It's better to use one of:
lynx -dump
w3m -dump
links -dump
whichever text-mode browser you like best.
Gerhard
-- mail: gerhard <at> bigfoot <dot> de registered Linux user #64239 web: http://www.cs.fhm.edu/~ifw00065/ OpenPGP public key id AD24C930 public key fingerprint: 3FCC 8700 3012 0A9E B0C9 3667 814B 9CAA AD24 C930 reduce(lambda x,y:x+y,map(lambda x:chr(ord(x)^42),tuple('zS^BED\nX_FOY\x0b')))
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk