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