#! /bin/sh heavy=`ls -1 unzipped/*/*.bin | grep -v light` for d in $heavy; do if ! ./dump2 < $d > /dev/null 2>&1; then echo $d ./dump2 < $d echo fi done