in reply to rename directories recursively to remove spaces from names

Just to mention, `xargs` has a -0 option that lets it deal with spaces in file names. The (GNU) Unix `find` has a matching switch that makes it produce null terminated lists
  • Comment on Re: rename directories recursively to remove spaces from names