Mail Archives: cygwin/1999/07/20/15:51:59
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
- Raw text -