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