how to change file name on linux command line code example
Example 1: linux change file name
mv oldfile.txt newfile.txt
Example 2: rename set of files terminal linux
$ mmv a\* b\#1
mv oldfile.txt newfile.txt
$ mmv a\* b\#1