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