Skip to content

Instantly share code, notes, and snippets.

@dev-yong
Created May 7, 2021 09:17
Show Gist options
  • Save dev-yong/b86b6f57ab583fee3ded4357283c082c to your computer and use it in GitHub Desktop.
Save dev-yong/b86b6f57ab583fee3ded4357283c082c to your computer and use it in GitHub Desktop.
find . -type f '(' -name '*.storyboard' -o -name '*.xib' -o -name '*.swift' ')' -exec sed -E -i '' 's/[Find]/[Replaced]/g' {} +
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment