Description
Pipeline output can be duplicated to stdout and stderr without buffering. unbuffered is a small command-line filter for scripts that need immediate stream forwarding during logging or diagnostics.
Use it where duplicated output is expected. Terminal filters can leak sensitive command output into logs, CI captures, or stderr channels if inserted into the wrong pipeline.