Advertisement
sinisterstuf

find x640 photos and copy the,

Feb 22nd, 2012
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.14 KB | None | 0 0
  1. for i in `ls`; do exiv2 $i/* 2> /dev/null | grep "Image size.*640" | sed -e 's/ .*//'; done > photos
  2. for j in `cat photos`; do cp $j here/ ; done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement