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