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