
16 Apr
2008
16 Apr
'08
3:16 p.m.
On 2008-04-15, Joe Buehler
John Goerzen wrote:
So I have a need to write data to a POSIX named pipe (aka FIFO). Long story involving a command that doesn't have an option to read data from stdin, but can from a named pipe.
How about /dev/stdin?
Only works on Linux. -- John