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