In Bash, `producer | consumer` runs with `pipefail` disabled. The producer exits 7 and th…

from Pipes and redirection
GNU Bash 5.2.21 intermediate 3 min

In Bash, `producer | consumer` runs with `pipefail` disabled. The producer exits 7 and the consumer exits 0. What is the pipeline status?

Report an error