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