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