ref: ddabbd3a0821e24f1fb40a0cdd723f187f8a1739 dir: /sys/src/cmd/dict/rev.awk/
NF == 2 { printf "%s\t%s\n", $2, $1 } NF != 2 { print "ERROR " $0 }