Results 1 to 2 of 2
Hello,
I'm desperately trying to replace some files w/ spaces in the names w/ underscores.
I ran this command in a directory: rename " " _ *\ * and it ...
- 09-27-2007 #1Just Joined!
- Join Date
- Jul 2004
- Posts
- 24
Cannot replace spaces w/ underscores
Hello,
I'm desperately trying to replace some files w/ spaces in the names w/ underscores.
I ran this command in a directory: rename " " _ *\ * and it worked like a charm on every file except this one:
MissMarieBand_Oh_No!_Not Again.wmv
I then tried to take to remove the spaces w/ this: rename "s/ *//g" *.mov
and it still ignores this file.
Is there any way I can get around this?
Thanks,
Clem
- 09-27-2007 #2Just Joined!
- Join Date
- Aug 2007
- Posts
- 37


Reply With Quote
