Return to Snippet

Revision: 4146
at October 28, 2007 22:47 by jachin


Initial Code
find . -depth -name 'CVS' -exec rm -rf '{}' \; -print

Initial URL

                                

Initial Description
This command will recursively delete all the CVS files in the current directory.

Initial Title
recursively delete CVS directories

Initial Tags

                                

Initial Language
Bash