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