Skip to content

Instantly share code, notes, and snippets.

@spddl
Created November 4, 2022 09:45
Show Gist options
  • Save spddl/a5908207f8727fea5a059003bb602811 to your computer and use it in GitHub Desktop.
Save spddl/a5908207f8727fea5a059003bb602811 to your computer and use it in GitHub Desktop.
powershell -NoProfile -NoLogo -c "& {$h=$(Get-FileHash '%*' -Algorithm SHA256).Hash; $f=gci '%*'; Rename-Item -Path '%*' -NewName """$($f.Directory)\$($f.BaseName)_$h$($f.Extension)""" }"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment