A pipe is a form of redirection io-streams. It helps transfer standard output to some other destination. That is used in Linux and other Unix-like operating systems to send the output of one to another. One by one Unix programs can modify output. But what if one of them fails? The members of the $PIPESTATUS array holdContinue Reading