work on figuring more stuff out--may want to revert this commit
[pspp] / parse-all-heavy
1 #! /bin/sh
2 heavy=`ls -1 unzipped*/*/*.bin | grep -v light`
3
4 for d in $heavy; do
5     echo $d
6     ./dump2 < $d
7     echo
8     echo
9 done