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