Created
February 6, 2018 16:03
-
-
Save eliashussary/82bd0136fc14e161f3f9e312c33d3302 to your computer and use it in GitHub Desktop.
Rename files from powershell cli.
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