I needed to find all the files that matched a regular expression. In this case all the files that had either 300x200 or 400x220 and where either png or jpg files. You can do that pretty easily in BASH using find but the more filetypes and conditions the longer the...