I'm wondering how to make mass rename (using rename or sed/awk), for files like this:
Name 1 - Name 2 - Name 3.doc
Name 1- Name 2 - Name 3.doc
Name 1 -Name 2 - Name 3.doc
the problem is that i want to have all files in the same schema, for example
Name 1-Name 2-Name 3.doc
without spaces at all. I'm reading rename documentation but can't find way to do this.