Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Missing "--" in the "age" function
- X-seq: zsh-workers 31420
- From: Stephane Chazelas <stephane.chazelas@xxxxxxxxx>
- To: Peter Stephenson <p.stephenson@xxxxxxxxxxx>
- Subject: Re: Missing "--" in the "age" function
- Date: Tue, 21 May 2013 20:10:22 +0100
- Cc: zsh-workers@xxxxxxx
- 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==
- In-reply-to: <20130521161928.5c59471f@pwslap01u.europe.root.pri>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mail-followup-to: Peter Stephenson <p.stephenson@xxxxxxxxxxx>, zsh-workers@xxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <20130521115332.GA9976@chaz.gmail.com> <20130521161928.5c59471f@pwslap01u.europe.root.pri>
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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author