In a recent note, David Combs said:

> Date: Sun, 27 Feb 2000 20:55:46 -0800
> 
> >     curl | lynx /dev/fd/0
> > 
> and what if you are using Solaris?  
> 
The same works on Solaris (in fact, I tested it on Solaris, not Linux).
On OS/390, it's "/dev/fd0".  I have no information on other OS's.

With bash or ksh on many OS's, try:

    lynx <(curl)

And with any POSIX os you should be able to use named pipes.  See
"man mkfifo".

-- gil
-- 
StorageTek
INFORMATION made POWERFUL

Reply via email to