Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: ** bug?



>> Hariharan Dhandapani(HD) wrote on Mon, 18 Sep 1995 19:09:29 +0800:
HD> seems like there is a bug with the ** operator:
HD> $ ls
HD> api@    poll@
HD> api and poll are actually pointers to directories
HD> $ ls **/*.c
HD> zsh: no matches found: **/*.c

HD> what gives? isn't this a bug?

No, it's documented to work this way -- see zshexpn(1)  (or search for
`**' if using an older version of zsh).

To get what you want, use the form ***/*.c

  -mb-




Messages sorted by: Reverse Date, Date, Thread, Author