Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > gnu.bash.bug > #16232
| From | worley@alum.mit.edu (Dale R. Worley) |
|---|---|
| Newsgroups | gnu.bash.bug |
| Subject | Re: Proposed new feature for bash: unbuffered pipes |
| Date | 2020-04-23 19:39 -0400 |
| Message-ID | <mailman.1059.1587685166.3066.bug-bash@gnu.org> (permalink) |
| References | <87mu72pslg.fsf@igel.home> <87blnhvkki.fsf@hobgoblin.ariadne.com> |
Andreas Schwab <schwab@linux-m68k.org> writes: > See stdbuf(1). The limitation(s) of stdbuf are: It can only be applied to the standard I/O streams. It doesn't affect statically-linked executables. It only applies to a single executable, so if the command is a shell function or script, or creates subprocesses, it doesn't affect them. Dale
Back to gnu.bash.bug | Previous | Next | Find similar
Re: Proposed new feature for bash: unbuffered pipes worley@alum.mit.edu (Dale R. Worley) - 2020-04-23 19:39 -0400
csiph-web