#!/bin/ksh -f
for i in `more tiny_icon_lookup.txt` 
do
#echo $i
if ls $i
then echo 
else echo ERROR on $i
fi
done
# echo $i.mv.idx found
