I'm looking for an app that will descend into a directory and its subs, find all files with a .foo extension and copy them to the bar directory. There are a lot of files, so doing it manually would be tiresome. If cp has that functionality, I can't find it. Thanks.