Skip to content

Instantly share code, notes, and snippets.

@ncb000gt
Created January 31, 2012 16:58
Show Gist options
  • Save ncb000gt/1711577 to your computer and use it in GitHub Desktop.
Save ncb000gt/1711577 to your computer and use it in GitHub Desktop.
Remove VIM files in SVN directories.
svn status | grep -e "sw[a-z]" | tr -d "\t? " | xargs rm -f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment