Answers for "rename command ubuntu"

17

how to rename a file in ubuntu using terminal

mv oldnamefile1 newnamefile1
Posted by: Guest on June-11-2020
9

linux change file name

mv oldfile.txt newfile.txt
Posted by: Guest on March-30-2020
3

rename command ubuntu

cd /home/user/docs/files
mv file1.txt file2.txt
Posted by: Guest on August-30-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language