copy all Photos from Canon A520 to one place
-
$ find / -type f -name IMG_????.JPG -print0 |xargs -0 exiv2 -g
Exif.Canon.ModelID '{}' |grep A520 |rev |cut --complement -d " " -f1-40
|rev |xargs -I {} cp...
3 hours ago



1 comments:
Holy crap dude! Congratulations!
Post a Comment