how to change file name in linux terminal code example
Example 1: linux change file name
mv oldfile.txt newfile.txt
Example 2: change file name in terminal
rename 's/.prog/.prg/' *.prog
Example 3: rename set of files terminal linux
$ mmv a\* b\#1