#!/bin/bash while read FILE do identify "$FILE" ; if [ $? -eq 139 ]; then echo "$FILE" >> deadfiles.txt; fi done # Generate a List of Corrupt Images # http://polygonspixelsandpaint.tumblr.com/post/6039592034