Created
June 28, 2022 21:09
-
-
Save ddanielsantos/a9d25ec1245fcc8b05ae50b2b6e3988a to your computer and use it in GitHub Desktop.
bulk rename powershell
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
Get-ChildItem *.js | Rename-Item -NewName { $_.Name -replace '.js','.ts' } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment