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