Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: retrieving the results of last command?
- X-seq: zsh-users 8901
- From: Oliver Kiddle <okiddle@xxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: retrieving the results of last command?
- Date: Mon, 23 May 2005 18:06:10 +0200
- In-reply-to: <1050523155630.ZM17508@xxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20050520121834.GA32499@xxxxxxxxxx> <1050520144942.ZM7191@xxxxxxxxxxxxxxxxxxxxxxx> <dc507f4a0505222345642359c0@xxxxxxxxxxxxxx> <27277.1116863101@xxxxxxxxxxxxxxxxxxxxxxx> <1050523155630.ZM17508@xxxxxxxxxxxxxxxxxxxxxxx>
Bart wrote:
>
> Hmm. Interesting idea, but how would that work? ignored-patterns is
> for things to leave out of the results, and here we have a list of
> things we want to preserve.
Negate the pattern: ^(${(j.|.)~kept})
Messages sorted by:
Reverse Date,
Date,
Thread,
Author