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