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