Urciolo, Kevin Thu, 15 Sep 2005 11:55:03 -0700
> 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