Skip to content

Instantly share code, notes, and snippets.

@taea
Last active February 18, 2016 10:06
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 taea/1f6838ab3c5216066838 to your computer and use it in GitHub Desktop.
Save taea/1f6838ab3c5216066838 to your computer and use it in GitHub Desktop.
Git と sed で一括置換 ref: http://qiita.com/ken_c_lo/items/40ce94ee4388976556ba
$ git ls-files *.sass|LC_ALL=C xargs sed -E -i '' 's/\+border-radius\((.+)\)/border-radius: \1/g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment