Run a command with modified buffering operations for its standard streams.
stdbuf --input={{512K}} {{command}}
stdbuf --output={{L}} {{command}}
stdbuf --error={{0}} {{command}}