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