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