#!/bin/sh
#
#  tgrstats [file...] -- report counts by CFCC code from .lch files

cut -c1-3 $* | sort | uniq -c