Answers for "how to rename a file in terminal"

1

change file name in terminal

mv oldfile.txt newfile.txt
Posted by: Guest on September-29-2020
0

change file name in terminal

rename 's/.prog/.prg/' *.prog
Posted by: Guest on September-29-2020
0

rename a file in terminal linux

#run odoo on local terminal
/home/adari/.pyenv/versions/odoo13/bin/python odoo-bin -c odoo.conf
/home/adari/.pyenv/versions/odoo13/bin/python /home/adari/Desktop/odoo13/odoo-bin -c odoo.conf
Posted by: Guest on August-25-2021
-1

change file name in terminal

ls *.txt
Posted by: Guest on September-29-2020

Code answers related to "how to rename a file in terminal"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language