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