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