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