Created
August 30, 2019 05:16
-
-
Save gabrieljoelc/b62dd81b4b36f782ed4299eb9e7f6c81 to your computer and use it in GitHub Desktop.
Run twice to rename all directories and then all files
This file contains hidden or 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 'NamespaceToKeep.NamespaceToDeleted*' -exec rename 's/NamespaceToKeep.NamespaceToDeleted/NamespaceToKeep/' '{}' \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment