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