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