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