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