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