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