Re: Rename images (optional add comments)
Re: Rename images (optional add comments)
- Subject: Re: Rename images (optional add comments)
- From: Gnarlodious <email@hidden>
- Date: Fri, 17 Nov 2006 06:17:07 -0700
Jan Bultereys wrote:
I would like to write a script which renames images.
Here is a one-line shell scropt I use to change filename suffixes from
my camera to lowercase:
find ~/Desktop/ -type f -name \*JPG -exec sh -c 'mv "$1"
"${1//JPG/jpg}"' -- {} \;
-- Gnarlie
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/mailman//archives/applescript-users
This email sent to email@hidden