How do I send a message to stderr no bash via echo command?

Asked

Viewed 266 times

4

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

1 answer

6


Browser other questions tagged

You are not signed in. Login or sign up in order to post.