Skip to content

Instantly share code, notes, and snippets.

@holms
Created October 25, 2016 02:18
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 holms/a685d4cd76deb3df04be3df54cf27d15 to your computer and use it in GitHub Desktop.
Save holms/a685d4cd76deb3df04be3df54cf27d15 to your computer and use it in GitHub Desktop.
LC_ALL=C find ./ -type f -exec sed -i '' -e 's/phoneNumber/phonenumber/g' {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment