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