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