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