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