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