Description of light members appears to be complete.
[pspp] / parse-all-light
1 #! /bin/bash
2 for d in {williams,germano,smekens,unzipped,unzipped2}/*/*light*.bin; do
3     if ! ./dump all < $d >/dev/null; then
4         echo $d
5         ./dump all < $d
6         echo
7     fi
8 done