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