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