Skip to content

Instantly share code, notes, and snippets.

@leegould
Created January 26, 2012 14:02
Show Gist options
  • Save leegould/1682891 to your computer and use it in GitHub Desktop.
Save leegould/1682891 to your computer and use it in GitHub Desktop.
Script - Powershell - Remove .svn Folders
gci $folder -fil '*.svn' -r -fo | ? {$_.psIsContainer} | ri -fo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment