snippetsmania.com
Post and share your code snippets
Tag Archive for CVS
snippets |
January 21, 2012
No comments
recursively delete CVS directories
find . -depth -name 'CVS' -exec rm -rf '{}' ; -print
source
Category:
Uncategorized
| Tags:
CVS
,
recursive
,
Shell
Popular tags
actionscript
apache
array
ASP
Bash
class
css
database
date
DOM
drupal
email
file
flash
form
function
html
ie
image
java
javascript
jquery
js
linux
mysql
osx
perl
php
python
rails
regex
ruby
Shell
sql
String
template
text
textmate
time
unix
url
validation
wordpress
xhtml
xml