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