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