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