[CentOS] manipulating files and directories with spaces

Wed Nov 21 09:04:45 UTC 2007
Ralph Angenendt <ra+centos at br-online.de>

Shad L. Lords wrote:
> find . -type type -print0 | xargs -0 chmod value

Or (SUSV compliant): 

find . -type f -exec chmod 123 {} +

Cheers,

Ralph
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.centos.org/pipermail/centos/attachments/20071121/979ae6f0/attachment-0004.sig>