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)
Page last modified on October 08, 2007, at 09:40 AM
