#! /bin/ksh

data=`colex -it 4 < $BIB/hitcount.dat | sed 's|http:/*||' |  sort | uniq -c | sort -rn`
echo "$data"
echo "$data" | colex 1 | stats sum
