X-Git-Url: https://git.xandkar.net/?p=khatus.git;a=blobdiff_plain;f=README.md;h=0ca3ca5cb68d0cdf524b8ca590f8db33be2d1127;hp=5381f906a12c6a4c956ccafd60e439982a4fefc6;hb=8acd36e8a3fb5954741141e9ed030586dc78c7cd;hpb=de9eca200785574d9815196167448b2dfd8228e7 diff --git a/README.md b/README.md index 5381f90..0ca3ca5 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ now, is superfluous), so now it is essentially a pub-sub - parallel publishers subscribers that can filter-out what they need and then do whatever they want with the data. Status bar is one such subscriber: -`P1 > pipe&; P2 > pipe&; ... PN > pipe&; tail -f pipe | tee >(S1) >(S2) ... >(SN) > /dev/null +`P1 > pipe&; P2 > pipe&; ... PN > pipe&; tail -f pipe | tee >(S1) >(S2) ... >(SN) > /dev/null` The cool thing is that, because the pipe is always read (`tail -f ... > /dev/null`), the publishers are never blocked, so we get a live stream of event to which we