In a recent note, pete peterson said:

> Date: Sat, 26 Feb 2000 05:38:34 -0500
> X-Mailer: Mozilla 4.6 [en] (X11; U; Linux 2.0.36 i586)
> 
> data, but it delivers it as HTML, so I'd like to use lynx as a filter
> to turn it to readable or easy to process text.  I tried various
> things like using "-" as the file name, but have been unable to find a
> way to feed the STDOUT of curl into lynx on STDIN.  At present, I have
> 
> Is there a way to do this?
> 
If, as your headers indicate, you're using Linux, try:

    curl | lynx /dev/fd/0

-- gil
-- 
StorageTek
INFORMATION made POWERFUL

Reply via email to