Skip to content

Instantly share code, notes, and snippets.

@gonsolo
Last active June 28, 2020 07:31
Show Gist options
  • Save gonsolo/1a6f053a52deeea8e82f076a7afe603e to your computer and use it in GitHub Desktop.
Save gonsolo/1a6f053a52deeea8e82f076a7afe603e to your computer and use it in GitHub Desktop.
Recursive mass rename in all files in a directory
find -name \*.swift -exec perl -pi -e "s/bla/laber/g" {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment