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