Skip to content

Instantly share code, notes, and snippets.

@massat
Created November 30, 2012 02:36
Show Gist options
  • Save massat/4173429 to your computer and use it in GitHub Desktop.
Save massat/4173429 to your computer and use it in GitHub Desktop.
awkを使ってまとめてsvn add ref: http://qiita.com/items/3b8e59ad0f70c1b4e4ef
svn st | awk '/^?/ {print $2}' | xargs svn add
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment