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