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