Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: man page bug for negative pattern?
- X-seq: zsh-users 19112
- From: Jérémie Roquet <arkanosis@xxxxxxxxx>
- To: zsh-user <zsh-users@xxxxxxx>
- Subject: Re: man page bug for negative pattern?
- Date: Fri, 19 Sep 2014 12:11:01 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; bh=0MmnFKAz2eh5bchyI1oX42QBFWeA2AZ49gym6UnRqVk=; b=ZZOJGd6P31hSaKIqnfrYc6L+252j+xKyYRmQQlI5n4IfrPW4aYVjMRDDYgtNGFgTaK LHL0oyTqsJRbMMEETyGyrS6l3GHGSky7Vo+B+A5P9K6DdgM0S+3NSioN0xfSfzrFMyp5 j/wIDW2lWH/UdFUJDxhmiPcXR2JRy7In81bPwwXjqp/PNiJL6cu/aRFAHKBz0pcB2QdK WOtbYWpk63Frz83oafLrTAkddSx9Ws7qFkFqBFeVjYlgXZSIBmA1oL1J350H5APo6R/i 5JEkopB7xyjC+E5B4ZtYXBBxd8HUldmPWO3lH250EFTFqZ3i911Oa1UShle+lm7vWreA LdAg==
- In-reply-to: <20140919090220.GB4265@localhost.localdomain>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <20140919090220.GB4265@localhost.localdomain>
Hi,
2014-09-19 11:02 GMT+02:00 Han Pingtian <hanpt@xxxxxxxxxxxxxxxxxx>:
> In man page of zshexpn, for "^x" negative pattern, it said:
>
> This has a higher precedence than `/'
>
> But I think the precedence should be lower than /, right? Just as the
> zshguide said:
>
> In filename generation, the ^ has a lower precedence than a slash:
>
> in page 228.
The zshguide is wrong there. It also says that “~ is the only globbing
operator to have a lower precedence than /”
--
Jérémie
Messages sorted by:
Reverse Date,
Date,
Thread,
Author