Open stewartadam opened 8 months ago
Piping FileMonitor output to a file or to another command (e.g. grep or tee) causes no output to be produced.
It works OK for me. I thought you might be running into buffering issues (eg needing to use grep --line-buffered but tee is unbuffered, so I don't think that's it.
grep --line-buffered
Piping FileMonitor output to a file or to another command (e.g. grep or tee) causes no output to be produced.