Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

rename all files in a folder command line

 for file in Picture*.jpg
 do
    mv "$file" "vacation-$file"
 done  
Source by apple.stackexchange.com #
 
PREVIOUS NEXT
Tagged: #rename #files #folder #command #line
ADD COMMENT
Topic
Name
5+4 =