You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At present, the `cat` command unexpectedly prints an error message
when it receives a broken pipe error.
As an example, there are many workflows that make use of `cat` and
`head` together to process only part of the data. The `head`
command will stop reading after a configured number of bytes or
lines, subsequently exposing `cat` to a broken pipe condition.
Said workflows may fail when they unexpectedly get error messages
in their output.
Suppress broken pipe errors.
Signed-off-by: Frode Nordahl <fnordahl@ubuntu.com>
0 commit comments