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