From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12444 invoked by alias); 11 Jun 2015 09:58:49 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 35438 Received: (qmail 14972 invoked from network); 11 Jun 2015 09:58:48 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.0 X-Greylist: Passed host: 79.255.25.151 X-DKIM: Sendmail DKIM Filter v2.8.2 mail-in-14.arcor-online.net 3m6fwP1WmHz4nSv DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=arcor.de; s=mail-in; t=1434014837; bh=ZwSeFjUR+qFp1463/VMna8taFgSVteUCh7DnH8dLKJw=; h=Date:From:To:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type:Content-Transfer-Encoding; b=aoPnHQgEn+VkfD1IGPvm25UFr5slGtnFlhZKSae0n2d+961JU9cI6JwooTrN5qiMk LLO6z2EEJQ+HyI2Qn90Uob7RKRXG4tOQt/F+Z812uHphvORptya/FP79zVuO4prJSN 5Ur0IaYjGaZ3fWAQuB4UtXisv2ZJgCzC6q7nreVU= Date: Thu, 11 Jun 2015 11:27:16 +0200 From: Manfred Lotz To: zsh-workers@zsh.org Subject: Re: Length of argument list Message-ID: <20150611112716.7bdbf38e@hogwart.bsdlocal.net> In-Reply-To: References: <20150610204814.4aa2f5aa@hogwart.bsdlocal.net> X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.28; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Wed, 10 Jun 2015 17:46:24 -0400 Clint Hepner wrote: > This is the wrong way to count files in the first place; any matching As said already this was an example. > file names containing newlines (yes, they're legal) would give the > wrong count. > I know but when dealing with files I never take into account that file names contain newlines. IMHO, only crazy people create file names which contain newlines. -- Manfred