squeeze grep status

2009-06-06 Thread Jude DaShiell
Apparently argument list too long is an operating system error. I made it happen with ed too. I can divide and conquer though by limiting argument lists with regular expressions in this case. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of unsubscribe.

Re: squeeze grep status

2009-06-06 Thread David Fox
On Sat, Jun 6, 2009 at 9:32 AM, Jude DaShielljdash...@shellworld.net wrote: Apparently argument list too long is an operating system error.  I made it happen with ed too.  I can divide and conquer though by limiting argument lists with regular expressions in this case. That's always an option,

Re: squeeze grep status

2009-06-06 Thread Girish Kulkarni
On Sat, 6 Jun 2009, Jude DaShiell wrote: Apparently argument list too long is an operating system error. I made it happen with ed too. I can divide and conquer though by limiting argument lists with regular expressions in this case. Does `find . -name REGEXP -exec COMMAND` help? See man