stdbuf

एक कमांड को उसके मानक स्ट्रीम के लिए संशोधित बफरिंग ऑपरेशनों के साथ चलाएं। अधिक जानकारी: https://www.gnu.org/software/coreutils/manual/html_node/stdbuf-invocation.html

stdbuf --input=512K {{आदेश}}

stdbuf --output=L {{आदेश}}

stdbuf --error=0 {{आदेश}}