Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Files modified after a given date
- X-seq: zsh-workers 7462
- From: Zefram <zefram@xxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: Re: Files modified after a given date
- Date: Mon, 23 Aug 1999 09:38:10 +0100 (BST)
- In-reply-to: <m31zcv7ihs.fsf@xxxxxxxxxxxxxxxxxxxx> from Bruce Stephens at "Aug 22, 1999 7:55:27 pm"
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
Bruce Stephens wrote:
>You could write a function using the stat module, but I don't think we
>have user-defined glob patterns yet?
That's one of the many things I never got round to. I was going to
have patterns like "*(F:func:)" call the shell function "func" with the
name of each file which otherwise matches the glob pattern, and use its
return value to decide whether it matches or not. Should be quite easy
to implement -- just a few lines.
-zefram
Messages sorted by:
Reverse Date,
Date,
Thread,
Author