CVS October 8, 2007 Table of Contents File pattern File pattern #The following search pattern will recursively find all file - but not those in the CVS directories: **/*~(CVS/*|**/CVS/*)(.) If you need to to include hidden files as well use: **/*~(CVS/*|**/CVS/*)(.D)