Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Completion II
- X-seq: zsh-users 11493
- From: "Nikolai Weibull" <now@xxxxxxxx>
- To: zzapper <david@xxxxxxxxxx>
- Subject: Re: Completion II
- Date: Thu, 17 May 2007 13:46:52 +0200
- Cc: zsh-users@xxxxxxxxxx
- Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=NSpPB8dUDAPX8fQsy23ZxHCLtcv1pWYI9OjDC9j+zFLRe+nAg9QuHNqT8SOBCTLNVqiQexFAH1+A49iYvxPnPglu4HjuuqykpXOBxKlycLX1QJoS+E8E2dw1NyQ+973Lgb3J+X5T4UBB/czGbPO2yIq7E86KC82qrrfmg05fOD0=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=I9rTvrr2jnQrxOngp/NxDjQGsps2HLHefDNjuiDN/BFvxohi9jDG29wwg1iGfyYBZatvRZocz5F0zQow9pcDlObmdHOaBL8viJxgDTBJVkWSAcGEop9UbmbcYGTHhOW1cPZgyi4apovYbUKi7g1RKDvJlNtxmi1e3HgS+XR8GE4=
- In-reply-to: <Xns9933807BE26D2zzappergmailcom@xxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <Xns99337C43C7AACzzappergmailcom@xxxxxxxxxxx> <dbfc82860705170423p4de4b42fh564a4f5df78c1638@xxxxxxxxxxxxxx> <Xns9933807BE26D2zzappergmailcom@xxxxxxxxxxx>
- Sender: nikolai.weibull@xxxxxxxxx
On 5/17/07, zzapper <david@xxxxxxxxxx> wrote:
"Nikolai Weibull" <now@xxxxxxxx> wrote in
> % man zshexpn
>
> (search for "Matches anything except")
>
> You'll find two options, ^x and x~y. ^x matches anything except
> whatever x matches. x~y matches anything x matches except anything
> that also matches y.
Sorry Not working for me can you give an example?
What's there to be sorry about?
Did you actually read the documentation?
% mkdir example && cd example && touch a b c d e f g && ls *~[ef] &&
cd .. && rm -r example
a b c d g
nikolai
Messages sorted by:
Reverse Date,
Date,
Thread,
Author