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