To suppress warning and error messages from a big grep command try using the following flags
-s, –no-messages
For example
$ grep -s –no-messages my_pattern *
To suppress warning and error messages from a big grep command try using the following flags
-s, –no-messages
For example
$ grep -s –no-messages my_pattern *