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