help-bash
[Top][All Lists]
Advanced

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

Re: [Help-bash] How to create a real copy of file descriptors stdout / s


From: João Eiras
Subject: Re: [Help-bash] How to create a real copy of file descriptors stdout / stderr?
Date: Mon, 27 Feb 2017 19:30:51 +0100

> Is unbuffer / script unavoidable?

I think so. Not an expert on the subject, but this is something
handled by the system. Either the stdout of the program is directed to
a pty device (a terminal) or another process. The system will do line
buffering for the first, and block buffering for the second (like 4k).



reply via email to

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