zsh-users
 help / color / mirror / code / Atom feed
* question about glob qualifier format (#qx)
@ 2013-09-20 11:11 Han Pingtian
  2013-09-20 11:38 ` Peter Stephenson
  0 siblings, 1 reply; 4+ messages in thread
From: Han Pingtian @ 2013-09-20 11:11 UTC (permalink / raw)
  To: zsh-users

Hello,

I'm confused about the usage of glob qualifier format "(#qx)". The man
page says:

       				......    Also, as the syntax  is  unambiguous,
       the  expression  will  be  treated  as glob qualifiers just as long any
       parentheses contained within it are balanced; appearance of `|', `(' or
       `~'  does  not  negate the effect. 

But looks like if I put them in parentheses, it will not take effect any more:

	
	$ ls
	1.c  2.h  a  b  slink
	$ echo *((#q/))
	1.c 2.h a b slink

So I'd like to know how to comprehend the manpage here? Thanks in
advance!



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-09-21  8:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-09-20 11:11 question about glob qualifier format (#qx) Han Pingtian
2013-09-20 11:38 ` Peter Stephenson
2013-09-20 23:39   ` Han Pingtian
2013-09-21  8:30     ` Bart Schaefer

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).