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