Turn off error messages in a bash script

Posted by Werner on Stack Overflow See other posts from Stack Overflow or by Werner
Published on 2010-03-11T20:13:17Z Indexed on 2010/03/11 20:24 UTC
Read the original article Hit count: 230

Filed under:

Hi,

how can one turn off the error messages of a bash script?

I want to turn it off, and handle the expected ones by myself

For instance, when it does not find some files, to show my specific error message.

Thanks

© Stack Overflow or respective owner

Related posts about bash