Skip to content

Instantly share code, notes, and snippets.

@quidproquo
Created May 25, 2012 03:18
Show Gist options
  • Save quidproquo/2785551 to your computer and use it in GitHub Desktop.
Save quidproquo/2785551 to your computer and use it in GitHub Desktop.
Find all files and directories that are not SVN
find . \! \( -name . -or -name ".svn" -or -path "*/.svn/*" \)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment