Created
April 27, 2022 11:22
-
-
Save refo/4243640dfd6f28b1c9ae68f7647d155a to your computer and use it in GitHub Desktop.
power-shell rename all files
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
gci .\src\ -Recurse -Filter *.js | Rename-Item -NewName {$_.name -replace '.js', '.jsx'} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment