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: <03F4742D8225D21191EF00805FE62B990205E1E0@AA-MSG-01> From: John Wiersba To: "'Karr, David'" , "'cygwin'" Subject: RE: Command-line length limit in bash with cygwin? Date: Tue, 20 Jul 1999 15:39:39 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain; charset="iso-8859-1" Try find . -name ... | xargs grep somestring or some variation thereof (like find -print0 and xargs -0 -r) > -----Original Message----- > From: Karr, David [mailto:david DOT karr AT attws DOT com] > Sent: Tuesday, July 20, 1999 3:35 PM > To: 'cygwin' > Subject: RE: Command-line length limit in bash with cygwin? > > > Is there really no way to do this? I find that I often hit > this when I try > do something like: > > grep somestring $(find . -name ...) > > ---------- > From: Karr, David [SMTP:david DOT karr AT attws DOT com] > Sent: Friday, July 09, 1999 2:54 PM > To: 'cygwin' > Subject: Command-line length limit in bash with cygwin? > > I'm noticing that bash has a command-line length limit of 32k > characters. > Is this a hard limit, or is there any way to configure it to be > larger? > > -- > Want to unsubscribe from this list? > Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com > > -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com