Last active
June 28, 2020 07:31
-
-
Save gonsolo/1a6f053a52deeea8e82f076a7afe603e to your computer and use it in GitHub Desktop.
Recursive mass rename in all files in a directory
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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