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