Answers for "terminal rename"

0

change file name in terminal

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

terminal rename

mv "old location" "new location"

mv /home/user/my_static /home/user/static
Posted by: Guest on July-05-2021
-1

change file name in terminal

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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language