Skip to content

Instantly share code, notes, and snippets.

@uhtred
Last active February 4, 2016 14:09
Show Gist options
  • Save uhtred/09b24a3ae9e5bd56dc7e to your computer and use it in GitHub Desktop.
Save uhtred/09b24a3ae9e5bd56dc7e to your computer and use it in GitHub Desktop.
ZSH: Rename From To
autoload -U zmv
zmv '(name)(*)' 'newName$2'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment