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