Answers for "shell rename bunch of files"

1

bash copy file and rename

# Copy and rename at the same time (and can also change path):
cp oldFile newFile

#Rename only:
mv oldName newName
Posted by: Guest on February-07-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language