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