Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • this does not seem to work. Could you please look at my updated question? Commented Oct 3, 2023 at 14:55
  • @MartinVegter, see muru's comment to your question. With pv > file | cmd, since you're redirecting pv's output several times, pv's stdout is not a pipe to a teeing process, not to cmd. And that teeing process doesn't die when one of the destinations cannot be written. Same as in cat /dev/zero > /dev/full > /dev/null Commented Oct 3, 2023 at 15:24