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