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