#! /bin/sh for x in `cat $1`; do dejasearch -format classic -max 1 ~a $x; if [ ! -s summary.html ]; then echo $x >> possible-fraud fi done