Skip to content

Instantly share code, notes, and snippets.

@joohee
Created February 25, 2014 08:38
Show Gist options
  • Select an option

  • Save joohee/9205145 to your computer and use it in GitHub Desktop.

Select an option

Save joohee/9205145 to your computer and use it in GitHub Desktop.
# for mac, remove comment.
#export LC_CTYPE=C
#export LANG=C
find . -type f -exec sed -i '' 's/SRC/DST/g' {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment