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