Created
July 29, 2018 19:02
-
-
Save senthilmpro/dcad3e2109ad2a11b42ce9a282c8e9d4 to your computer and use it in GitHub Desktop.
powershell rename bulk files in folder
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
dir | rename-item -NewName {$_.name -replace " ","_"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment