I want to make a shell-pipe like this:
producer | analyser > report.txt
and watch the output of producer while it is generating data (a big log-file) for analysis.
How can I do that?
|
I want to make a shell-pipe like this:
and watch the output of How can I do that? |
||||
|
|
|
In
I've tested this only on Linux and Cygwin.
On some Unix-likes you may have to change |
|||||||||||
|