Matthew Melvin wrote: > > 'cept xargs isn't going to preserve your spaces. Well it might i guess if > we get find to help out a bit... > > find . -type d -printf '"%p"\n' | xargs chmod 2770 what does the %p represent? Is that a find thing or a shell thing? Bret _______________________________________________ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list
- Testing for directories Tristan Hill
- Re: Testing for directories Matthew Melvin
- Re: Testing for directories rpjday
- Re: Testing for directories Matthew Melvin
- Re: Testing for directories Bret Hughes
- Re: Testing for directories Cameron Simpson