Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: trying to match yyyy-mm-dd what am I missing?
- X-seq: zsh-users 9375
- From: Clint Adams <clint@xxxxxxx>
- To: Timothy Luoma <lists@xxxxxxxxxxxx>
- Subject: Re: trying to match yyyy-mm-dd what am I missing?
- Date: Fri, 2 Sep 2005 22:15:58 -0400
- Cc: zsh-users@xxxxxxxxxx
- In-reply-to: <A69FA3A4-3DC4-4D1D-BFC3-B9029D816043@xxxxxxxxxxxx>
- Mail-followup-to: Timothy Luoma <lists@xxxxxxxxxxxx>, zsh-users@xxxxxxxxxx
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <A69FA3A4-3DC4-4D1D-BFC3-B9029D816043@xxxxxxxxxxxx>
> then
> if [ "$i" = 2[0-9][0-9][0-9]-[0-9][0-9]-[0-9][0-9] ]
I don't know why it would match the first one, but if you have MARK_DIRS
set, that's going to fail.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author