Linux find FAQ: How do I use the Linux find command to find multiple filename extensions (patterns) with one find command?
Problem
You want to use the Unix/Linux find command to search for multiple filename types (or patterns). You know you can run the find
command several times, one for each filename extension you're looking for, but there must be a way to search for multiple filenames at one time.