[ale] chown options

Geoffrey esoteric at 3times25.net
Wed Jan 19 11:01:37 EST 2005


Ryan Fish wrote:
> Hello all,
> 
> Is it possible to perform a recursive chown but exclude one
> particular directory?  If so, how would it be done?  I have yet to
> find any info on this online so I figured I would ask...

find . -print|grep -v $DIRECTORY_TO_EXCLUDE|xargs -n 10 chown foo.bar

-- 
Until later, Geoffrey



More information about the Ale mailing list