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