From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3573 invoked by alias); 21 May 2013 19:41:45 -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: 31420 Received: (qmail 26123 invoked from network); 21 May 2013 19:41:39 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 Received-SPF: pass (ns1.primenet.com.au: SPF record at _netblocks.google.com designates 74.125.82.52 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:mail-followup-to:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=4EMs+yh8s+mdB4gdoJ0c7F8CE5IaUE2jvBu8KsWHouQ=; b=Jl+FPjyHBOAqzZkFEXLd9YsL8TsLDZZkYImH/YxHA2OXogIstauM9q05fbTlSBAtUe euuWumiCqVmVXNtQSynbJ/ZNV44zB2nzOH0mxGyTQeqUsfUl2zsrD/HBrE5iYDHRpe1a SuTQQn4MbiRYVKavzCV5EGd7gLVOpoznagttXdNbIj5eO27iQqvbVWGglgrEh6z/IuT/ fdlwQQ96fzlF/gCPD9RJI9ZGXQFq5WWpOD3o9LjyUNtmb6uDEJTM8tofKUx4yQswHHPN n9gUs18AIQwVX2pvOpPoVwsJNVjhtq/Mo1l/BXKuSnT6Hcuj7rgTauVHYM4YMnzeOd9Z VDiA== X-Received: by 10.180.90.70 with SMTP id bu6mr7789548wib.34.1369163424929; Tue, 21 May 2013 12:10:24 -0700 (PDT) Date: Tue, 21 May 2013 20:10:22 +0100 From: Stephane Chazelas To: Peter Stephenson Cc: zsh-workers@zsh.org Subject: Re: Missing "--" in the "age" function Message-ID: <20130521191022.GB9976@chaz.gmail.com> Mail-Followup-To: Peter Stephenson , zsh-workers@zsh.org References: <20130521115332.GA9976@chaz.gmail.com> <20130521161928.5c59471f@pwslap01u.europe.root.pri> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130521161928.5c59471f@pwslap01u.europe.root.pri> User-Agent: Mutt/1.5.21 (2010-09-15) 2013-05-21 16:19:28 +0100, Peter Stephenson: [...] Thanks. > +example(print *+LPAR()e-age :file1 :file2-+RPAR()) > + > +This matches all files modified no earlier than tt(file1) and > +no later than tt(file2). [...] In that case, shouldn't it be: zstat -A tmp -F "%Y/%m/%d:%H:%M:%S"... instead of zstat -A tmp -F "%Y/%m/%d"... (and maybe say that sub-second granularity is not supported) It would be nice to be able to use `age` for `atime` and `ctime` as well. -- Stephane