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