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