> Any way to do this with a chgrp and fileset?
> 
> find . -gid 205 -exec chgrp producers {} \;
> 
> If not, how about an exec?  I tried an exec with a single arg line,
> and get a "missing argument to `-exec'"
> 
> thanks for your help

Reply via email to