Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
** bug?
- X-seq: zsh-workers 388
- From: hari@xxxxxxxxxx (Hariharan Dhandapani)
- To: zsh-workers@xxxxxxxxxxxxxxx
- Subject: ** bug?
- Date: Mon, 18 Sep 1995 19:09:29 +0800
seems like there is a bug with the ** operator:
$ ls
api@ poll@
api and poll are actually pointers to directories
$ ls **/*.c
zsh: no matches found: **/*.c
$ ls */*.c
api/net_addr.c api/net_prop.c api/ng_ep.c poll/pb_errs.c poll/poll_sig.c
what gives? isn't this a bug?
Thanks,
hari
Messages sorted by:
Reverse Date,
Date,
Thread,
Author