How to ignore error messages in bash on Ubuntu?
- by pedro
I'm trying to show the number of lines, words and characters of all configuration files in /etc/*conf (with command wc).
How can I modify the command (or commandline) to not view the error messages?