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