I'm writing some script to deploy an application and I need to send status messages to stderr instead of stdout , which the echo
command does by default.
How to do the command echo
send the message to stderr instead of stdout ?
I'm writing some script to deploy an application and I need to send status messages to stderr instead of stdout , which the echo
command does by default.
How to do the command echo
send the message to stderr instead of stdout ?