Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Simple FNG
- X-seq: zsh-users 14456
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: Simple FNG
- Date: Mon, 05 Oct 2009 08:05:24 -0700
- In-reply-to: <Xns9C9B9FC901B03zzappergmailcom@xxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <Xns9C9B9FC901B03zzappergmailcom@xxxxxxxxxxxx>
On Oct 5, 2:42pm, zzapper wrote:
}
} Couldn't think of the syntax to list just *(digit).*
One digit, or a number consisting possibly of several digits? The
latter is:
% print *\(<->\).*
The former of course is
% print *\([0-9]\).*
Messages sorted by:
Reverse Date,
Date,
Thread,
Author