Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 47282 invoked from network); 15 Sep 2005 18:55:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 15 Sep 2005 18:55:12 -0000 Received: (qmail 91995 invoked by uid 500); 15 Sep 2005 18:55:03 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 91952 invoked by uid 500); 15 Sep 2005 18:55:03 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 91939 invoked by uid 99); 15 Sep 2005 18:55:03 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Sep 2005 11:55:03 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_60_70,HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [208.12.122.34] (HELO xcgca810.northgrum.com) (208.12.122.34) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Sep 2005 11:55:12 -0700 Received: from xbhc0001.northgrum.com ([157.127.103.72]) by xcgca810.northgrum.com with InterScan Messaging Security Suite; Thu, 15 Sep 2005 11:55:00 -0700 Received: from xcgv4800.northgrum.com ([158.114.112.124]) by xbhc0001.northgrum.com with Microsoft SMTPSVC(6.0.3790.211); Thu, 15 Sep 2005 11:54:13 -0700 Received: from XCGV4806.northgrum.com ([158.114.112.166]) by xcgv4800.northgrum.com with Microsoft SMTPSVC(5.0.2195.6713); Thu, 15 Sep 2005 14:54:46 -0400 X-MIMEOLE: Produced By Microsoft Exchange V6.0.6603.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C5BA26.D5147E10" Subject: Using Find Exec In ANT Date: Thu, 15 Sep 2005 14:53:59 -0400 Message-ID: <5DBAE64CD0928B44B45B6FAF5B03B902014F5491@XCGV4806.northgrum.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Using Find Exec In ANT Thread-index: AcW6JeVV1oBzont6T+ihJzzialXpoQAAKPgw From: "Urciolo, Kevin" To: X-OriginalArrivalTime: 15 Sep 2005 18:54:46.0961 (UTC) FILETIME=[F14A0210:01C5BA26] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C5BA26.D5147E10 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable > Any way to do this with a chgrp and fileset? >=20 > find . -gid 205 -exec chgrp producers {} \; >=20 > If not, how about an exec? I tried an exec with a single arg line, > and get a "missing argument to `-exec'" >=20 > thanks for your help ------_=_NextPart_001_01C5BA26.D5147E10--