1
awk '
2
/^[^#]/ {
3
print "+" length($1) "," length($2) ":" $1 "->" $2
4
}
5
END {
6
print ""
7
8
' | HOME/bin/cdbmake "$@"