yesterday i needed to rename a couple ' hundred pictures. automator (osx) did the job...
thanks to @doomshammer as well for this little script as an alternative:
ls -1 | while read f; do mv ./$f ./z$f; done
This photo has notes. Move the mouse over the photo to see them.
Send a message
Search for members



assbachpro says:
thanks to you all ..