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