Created
February 27, 2022 04:58
-
-
Save najathi/bd6d505f381ad588ff65616ed053421c to your computer and use it in GitHub Desktop.
Bulk rename
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
Bulk rename the files | |
$i=1 | |
Get-ChildItem *.webp | %{Rename-Item $_ -NewName ('{0}.webp' -f $i++)} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment