Created
May 8, 2019 07:09
-
-
Save sgezel/c1f590bc4032553b21fe11485dba3bc1 to your computer and use it in GitHub Desktop.
powershell bulk replace filename
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
Dir | Rename-Item -NewName {$_.name -replace "tower","building"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment