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