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

3 lines
70 B
Text
Raw Permalink Normal View History

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