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