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