I have a bash script that I want to remove files from various directories. Frequently, they won't be there because they weren't generated and that's fine. Is there a way to get the script not to report that error, but if rm has some other output to report that?
Alternately, is there a better command to use to remove the file that'll be less noisy?