#!/bin/sh PICTURES=/home/hendry/pictures chmod -R a+rx $PICTURES (find $PICTURES -type f | xargs jhead -ft) | grep "^File '" | sed 's,^[^'\'']*'\'',,;s,'\''.*,,' > badexifs`date +%Y.%m-%b`.txt