Last active
February 4, 2016 14:09
-
-
Save uhtred/09b24a3ae9e5bd56dc7e to your computer and use it in GitHub Desktop.
ZSH: Rename From To
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
| 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