mmv (multiple move) is a long-time 3rd party Unix command which allows to move/copy/append/link multiple files according to a set of wildcard patterns.
mmv (multiple move) is a long-time 3rd party Unix command which allows to move/copy/append/link multiple files according to a set of wildcard patterns.
The actions are performed safely, i.e. without any unexpected deletion of files due to collisions of target names with existing filenames or with other target names.
It can do on Unix what DOS users are used to be able with e.g. rename *.txt *.text because compared to Unix on DOS it's not the shell but the application which expands the wildcards.