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