Batch Rename with ZMV
Need to rename a bunch of files to update to Composer autoloading. Migrating from underscored Namespace and Class names to PSR12 compliant Pascal Case. Found this: Found this for zsh: In case of zsh: command not found: zmv load it with autoload -U zmv. The -n is to test out. This is what I came up with: And