Skip to content
Daily IT Help
My daily IT journal
Primary Navigation Menu
Menu
About me
Linux: send all error to another program (PIPE)
By:
itdoctor
On:
October 8, 2019
In:
General
,
Linux
You can use the option : 2>&1 for this purpose.
/mycommand.sh 2>&1 | mydescommand.sh
2019-10-08
Previous Post:
PHP : HTTP Post with Curl
Next Post:
Linux: cronjob