how to rename multiple files linux code example
Example 1: rename all files starting with in linux
$ mmv '*abc*' '#1xyz#2'
Example 2: rename set of files terminal linux
$ mmv a\* b\#1
$ mmv '*abc*' '#1xyz#2'
$ mmv a\* b\#1