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