1 2 3 4 5 6
for i in $(cat missing-tpms) ; do bn=$(basename $i .tpm) echo -n "TPM: $bn " ./ctan2tl.new $bn 2>&1 | perl ./check-ctan2tl-output.pl done