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