Skip to content

Instantly share code, notes, and snippets.

@eighty4
Created September 4, 2025 17:18
Show Gist options
  • Save eighty4/ab48c149bbfc23095406d775cda95014 to your computer and use it in GitHub Desktop.
Save eighty4/ab48c149bbfc23095406d775cda95014 to your computer and use it in GitHub Desktop.
Zsh rename all files preserving ext
autoload -U zmv && zmv 'prev_filename.(*)' 'new_filename.$1'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment