
zmv
List of commands for zmv:
-
zmv:tldr:3985a zmv: Interactively move files, with a prompt before every change.$ zmv -i '${(*)-log}' '${$1-txt}'try on your machineexplain this command
-
zmv:tldr:b5c2e zmv: Preview the result of a move, without making any actual changes.$ zmv -n '${(*)-log}' '${$1-txt}'try on your machineexplain this command
-
zmv:tldr:ce003 zmv: Verbosely print each action as it's being executed.$ zmv -v '${(*)-log}' '${$1-txt}'try on your machineexplain this command
-
zmv:tldr:d11bc zmv: Move files using a regular expression-like pattern.$ zmv '${(*)-log}' '${$1-txt}'try on your machineexplain this command