Chet Ramey wrote: > It's that bash sets stdout and stderr to be line-buffered, not anything > printf-specific.
Shouldn't bash set stdout buffering based upon the output descriptor being a tty or not the same as other libc stdio behavior? Bob
Chet Ramey wrote: > It's that bash sets stdout and stderr to be line-buffered, not anything > printf-specific.
Shouldn't bash set stdout buffering based upon the output descriptor being a tty or not the same as other libc stdio behavior? Bob