Disable Bash pipe buffering

Moki Lv6
1
tail -f /var/log/syslog | grep --line-buffered 'ERROR' | stdbuf -oL -eL sed 's/ERROR/CRITICAL/g'
On this page
Disable Bash pipe buffering