Skip to content

Instantly share code, notes, and snippets.

@cosmin
Created March 30, 2009 09:55
Show Gist options
  • Save cosmin/87723 to your computer and use it in GitHub Desktop.
Save cosmin/87723 to your computer and use it in GitHub Desktop.
# remove CVS ignored files
for x in `find . -name ".cvsignore"`; do for i in `cat $x`; do echo $(dirname $x)/$i; done; done | xargs rm -rf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment