On Fri, Jun 06, 2003 at 10:43:08AM -0700, Micah J. Cowan wrote:
[...]
> > This seems like a ideal use for xargs. Try:
> > 
> >     find . -path '*/messages/*' -type f -print0 | xargs -0 chmod 777
> 
> I think:
> 
>   find . -path "*/messages/$1" -type f -print0 | xargs -0 chmod 777
> 
> May be closer to what he wants?

Yes, thanks :-).

-- 
Henry House
The attached file is a digital signature. See <http://romana.hajhouse.org/pgp>
for information.  My OpenPGP key: <http://romana.hajhouse.org/hajhouse.asc>.

Attachment: pgp00000.pgp
Description: PGP signature

Reply via email to