# Counts the number of faxes in each component group # Author: Cynthia Roush # Creation Date: 08/22/94 # Change History: . setvars cd $TMPDIR sed "/^#/d" $DBDIR/db > tmp$$ sed "/ db$$ cut -c$CMP_COLS db$$ > cmp$$ sort cmp$$ > tmp$$ uniq -c tmp$$ > count.list echo " " echo "The total number of faxes per group are now listed in" echo "$TMPDIR/count.list" echo " " rm *$$