bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Unbuffered pipes: cases to be supported


From: Ángel
Subject: Re: Unbuffered pipes: cases to be supported
Date: Sat, 25 Apr 2020 17:26:52 +0200

On 2020-04-23 at 20:20 -0400, Dale R. Worley wrote:
> The cases I've found where bash allocates a pipe, and thus an unbuffered
> pipe may be wanted, are:

What are you trying to solve? How do you expect those "Unbuffered pipes"
to be implemented?
I don't think there is any buffering going on in the pipes itself. The
problem is likely to be at the program *writing* to the pipe. Which is
out of the scope of bash itself. You may want to run them through stdbuf

Best regards





reply via email to

[Prev in Thread] Current Thread [Next in Thread]