On 5/11/07, OOzy Pal <oozypal at gmail.com> wrote: > How can change spaces or dots in a file name to dashes using the Console? Use mmv, for instance, all .txt files: mmv ';* *.txt' '#1#2_#3.txt' Does this recursively in all sub-dirs. Cheers, Alexis Kotte