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