Re: another minor cygcheck nit

2008-02-29 Thread Corinna Vinschen
On Feb 28 21:47, Linda Walsh wrote: cygcheck doesn't handle the max arg length as shown by xargs... I.e. - cygcheck -f /bin/* bash: /usr/bin/cygcheck: Argument list too long echo /bin/*|xargs cygcheck -f xargs: cygcheck: Argument list too long #Note: cygcheck /bin/[a-r]* # works (wc

Re: another minor cygcheck nit

2008-02-29 Thread Christopher Faylor
On Fri, Feb 29, 2008 at 10:21:05AM +0100, Corinna Vinschen wrote: On Feb 28 21:47, Linda Walsh wrote: cygcheck doesn't handle the max arg length as shown by xargs... I.e. - cygcheck -f /bin/* bash: /usr/bin/cygcheck: Argument list too long echo /bin/*|xargs cygcheck -f xargs: cygcheck:

another minor cygcheck nit

2008-02-28 Thread Linda Walsh
cygcheck doesn't handle the max arg length as shown by xargs... I.e. - cygcheck -f /bin/* bash: /usr/bin/cygcheck: Argument list too long echo /bin/*|xargs cygcheck -f xargs: cygcheck: Argument list too long #Note: cygcheck /bin/[a-r]* # works (wc -wc = 1780 32365) cygcheck /bin/[a-s]*