Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jakob-stoeck/390555 to your computer and use it in GitHub Desktop.
Save jakob-stoeck/390555 to your computer and use it in GitHub Desktop.
svn status --no-ignore | grep '^\?' | sed 's/^\? //'
svn status --no-ignore | grep '^\?' | sed 's/^\? //' | xargs rm -rf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment