Recursively change spaces to hyphens in filenames:
find . -name "* *" -print -exec rename "s/ /-/g" {} \;
Rename
This entry was posted in Uncategorized. Bookmark the permalink.
Recursively change spaces to hyphens in filenames:
find . -name "* *" -print -exec rename "s/ /-/g" {} \;