how to change name file of nano code example
Example 1: how to rename a file in ubuntu using terminal
mv oldnamefile1 newnamefile1
Example 2: change file name in terminal
mv oldfile.txt newfile.txt
mv oldnamefile1 newnamefile1
mv oldfile.txt newfile.txt