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