mmv (1) Linux Manual Page
mmv – move/copy/append/link multiple files by wildcard patterns Synopsismmv [-h] [-d|p] [-g|t] [-v|n] [—] [from to] ExamplesRename all *.jpeg files in the current directory to *.jpg: mmv ‘*.jpeg’ ‘#1.jpg’ Replace the first occurrence of abc with xyz in all files in the current directory: mmv ‘*abc*’ ‘#1xyz#2’ Rename files ending in .html.en, .html.de, etc. to…
