#! /bin/bash for d in {williams,germano,smekens,unzipped}/*/*light*.bin; do if ! ./dump all < $d >/dev/null; then echo $d ./dump all < $d echo fi done