[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Inode nach STDIN



#include <hallo.h>
Jan Luehr wrote on Sat Feb 23, 2002 um 02:41:21PM:

> wie lege ich eine Inode an, die alle Daten, die an sie geschickt werden per 
> Pipe an ein Programm leitet? 

mkfifo foo

( while true; do fortunes > foo ; done ) &

cat foo
cat foo

Gruss/Regards,
Eduard.
-- 
"Linux is like a wigwam, no windows no gates and a apache inside."



Reply to: