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