RosettaCodeData/Task/Synchronous-concurrency/UnixPipes/synchronous-concurrency.unixpipes

2 lines
70 B
Text
Raw Permalink Normal View History

2013-04-11 01:07:29 -07:00
rm -f node ; mkfifo node
cat file | tee >(wc -l > node ) | cat - node