General - Linux Linux: send all error to another program (PIPE) October 8, 2019 - By itdoctor You can use the option : 2>&1 for this purpose. /mycommand.sh 2>&1 | mydescommand.sh