Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Length of argument list
- X-seq: zsh-workers 35434
- From: Manfred Lotz <manfred.lotz@xxxxxxxx>
- To: "zsh-workers@xxxxxxx" <zsh-workers@xxxxxxx>
- Subject: Length of argument list
- Date: Wed, 10 Jun 2015 20:48:14 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=simple/simple; d=arcor.de; s=mail-in; t=1433962098; bh=1zpx3PrdbxBuIBfY7x/MAdwyAc0EX+PV1DPAYG8+rHY=; h=Date:From:To:Subject:Message-ID:MIME-Version:Content-Type: Content-Transfer-Encoding; b=q1XL0/dUIuo3g6nxAFtGsWcLJ7LoJW2lFMYaQP551sTU8W8qT5VFmQklkpCZkwixQ oSFAevyd/sLFRJ/sRizuQPPo5myQAcwhkkSJBsNClJy6B0CQY/6VBh2t2g1oy3t2VS +5Ol6pEfZybziIZiiSukU+6nFB2y3GWvidd+eL94=
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
Hi all,
I created 1 million files in a directory callend manyfiles/.
Now
ls manyfiles/* |wc -l
gives
zsh: argument list too long: ls
Question: Is there a way to change the maximum size of the argument
list?
--
Manfred
Messages sorted by:
Reverse Date,
Date,
Thread,
Author