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
>> x
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]*
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
3 matches
Mail list logo