Suppress Error Message

How can I suppress a error message being given by awk command in bash shell?

Either fix your problem or add redirect stderr to /dev/null.

1 Like

Thanx for the help