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