Skip to content

Instantly share code, notes, and snippets.

@youcune
Created June 25, 2014 02:25
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 youcune/a1bce87951a135d6d2e7 to your computer and use it in GitHub Desktop.
Save youcune/a1bce87951a135d6d2e7 to your computer and use it in GitHub Desktop.
SVN で ! がついているファイルを一括 svn delete
svn status | grep '^!' | cut -c 9- | xargs svn delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment