Over the years our website has been developed, we've created kind of a bloated images folder. I have a feeling a lot of these images are not used anymore or are incorrectly linked to in our code. Does anyone know of a good "search in files" program that you can put in multiple strings to search for instead of one? (for example, the names of about 200 files). It would also have to say how many of each of the strings was found so I could discover which images are unused or are used in duplicate places. I was wondering if there was anything like that anyone knew of? Thanks! I've found a few programs actually that will do this, however, none of them will search over a network - they all limit you to drives on your own computer. I should have mentioned earlier that it is important that I can search a folder over the network. By the way, I loved the grep/regular expression suggestion :) Spoken by a true programmer. Maybe it'll come down to this, but I was hoping for a nice program I could reuse. Found a solution to the network program - I mapped a network drive (should have done that a while ago). Anyway, that doesn't seem to be an issue anymore, so perhaps just suggestions on a good program?