[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: mkfifo and tee within a function
From: |
Andreas Schwab |
Subject: |
Re: mkfifo and tee within a function |
Date: |
Tue, 28 Nov 2006 16:09:29 +0100 |
User-agent: |
Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.50 (gnu/linux) |
Nathan Coulter <org.gnu.lists.bug-bash@pooryorick.com> writes:
> Could anyone please provide a few pointers on how to accomplish this, and
> perhaps explain the results from the above examples?
A process writing to a pipe that has no reader will receive EPIPE/SIGPIPE
and die thereof by default. So it all depends on timing.
Andreas.
--
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
- mkfifo and tee within a function, Nathan Coulter, 2006/11/28
- Re: mkfifo and tee within a function, Nathan Coulter, 2006/11/28
- mkfifo and tee within a function, Nathan Coulter, 2006/11/28
- Re: mkfifo and tee within a function, Poor Yorick, 2006/11/28
- Re: mkfifo and tee within a function, Poor Yorick, 2006/11/28
- Re: mkfifo and tee within a function, Nathan Coulter, 2006/11/30