8 lines
128 B

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