Andreas Schwab wrote:
> It also says:
> 
> ASYNCHRONOUS EVENTS
>       Default ...

That indeed appears to imply that when writing a pipe with no readers,
the 'tee' process should be killed. This is appropriate for utilities which
produce no side effects, i.e. whose _only_ purpose is to produce output
on stdout. But for 'tee', this is only half of what it should do. The other
half is to write to the log file(s).

How about adding an option '-p' to 'tee', that causes it to ignore SIGPIPE
while writing to stdout?

Bruno



_______________________________________________
Bug-coreutils mailing list
Bug-coreutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to