Answers for "append string to end of file name bash"

0

append string to end of file name bash

for f in *.jpg; do mv -- "$f" "${f%.jpg}-ends-sunday.jpg"; done
Posted by: Guest on January-08-2022

Code answers related to "append string to end of file name bash"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language