Linux: send all error to another program (PIPE) itdoctor October 8, 2019 Linux: send all error to another program (PIPE)2019-10-08T18:09:47+00:00 General, Linux No Comment You can use the option : 2>&1 for this purpose. /mycommand.sh 2>&1 | mydescommand.sh
Leave a Reply