Re: wildcard authz docs question

2017-03-21 Thread Daniel Shahaf
Doug Robinson wrote on Tue, Mar 21, 2017 at 11:40:50 -0400: > Daniel: > > The shell's all treat ** as * and require that it match something. So > "mkdir -p foo/bar/baz" would match. > > No command shell that I know of (sh,bash,zsh,tcsh,csh,ksh) has a > moral equivalent to "zero or more path

Re: wildcard authz docs question

2017-03-21 Thread Doug Robinson
Daniel: The shell's all treat ** as * and require that it match something. So "mkdir -p foo/bar/baz" would match. I would expect "/*/**/*", "/**/*/*" and "/*/*/**" to all match exactly the same sets of components. No command shell that I know of (sh,bash,zsh,tcsh,csh,ksh) has a moral