Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Message-ID: <004d01bebe7b$35f6e3a0$3b01000a@teleran.com> From: "BigFred" To: Subject: B20 (NT) xargs creates multiple commands, not just one Date: Thu, 24 Jun 1999 15:50:38 -0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0043_01BEBE59.4E6F8210" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 ------=_NextPart_000_0043_01BEBE59.4E6F8210 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I'm trying to use a script using xargs to create a JAR file in java..... xargs issues multiple JAR commands apparently due to the number of files being passed to it. each time JAR is executed it clears out the previous files already added. i really need all the files included in one JAR command. is there anyway to increase whatever buffer is being blown which causes xargs to execute multiple commands? ------=_NextPart_000_0043_01BEBE59.4E6F8210 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
 
I'm trying to use a
script using xargs
to create a JAR file
in java.....
 
xargs issues multiple
JAR commands apparently
due to the number of files
being passed to it.
 
each time JAR is executed
it clears out the previous
files already added.
 
i really need all the files
included in one JAR command.
 
is there anyway to increase whatever
buffer is being blown which causes
xargs to execute multiple commands?
 
 
------=_NextPart_000_0043_01BEBE59.4E6F8210--