Skip to content

Instantly share code, notes, and snippets.

@ptitfred
Created October 18, 2011 15:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ptitfred/1295666 to your computer and use it in GitHub Desktop.
Save ptitfred/1295666 to your computer and use it in GitHub Desktop.
Find CVS files
#!/bin/bash
find . -path "*/CVS/Entries*"
#!/bin/bash
find . -path "*/CVS/Entries*" -exec rm {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment