Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Why doesn't (#i) work together in "a(#i)" and "[a](#i)"
- X-seq: zsh-users 10414
- From: "Nikolai Weibull" <now@xxxxxxxx>
- To: "Zsh Users' List" <zsh-users@xxxxxxxxxx>
- Subject: Why doesn't (#i) work together in "a(#i)" and "[a](#i)"
- Date: Thu, 22 Jun 2006 15:09:44 +0200
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=usiSSwUO76PVBeZ1ReOnp3KKMKkh4BQ741FFNz1SEhIXf4tblTkdS0mZtn62+KlSXur0/1HrwLNNpHIGV7ZMnh/LZbllGQGTTbvRt2Q+pNONqzqaJ9kf65fXjztIjJUQQ5blyTWA/aUkspsVHqDcbG6/ZtatK6zwmVsKyXKtKsU=
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- Sender: nikolai.weibull@xxxxxxxxx
$ touch A a
$ rm a(#i)
$ ls
A
$
And the same goes for
$ rm [a](#i)
I figured that perhaps for the first one there's really no filename
generation going on, as it actually names an existing file, but for
the second case I was in pattern-thinking mode and figured that that
would make the modifier work. It doesn't.
Explanation?
Thanks.
nikolai
Messages sorted by:
Reverse Date,
Date,
Thread,
Author