> > Should the globstar (**) syntax allow for partial parameter matching
> > (i.e. **.c to find all *.c files in the current directory and its sub-
> > directories)?
> 
> No.
> 
> The globstar syntax only allows recursive directory traversal.

However, let me add that you can achieve what you want using **/*.c.

Chet

-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer

Chet Ramey, ITS, CWRU    c...@case.edu    http://cnswww.cns.cwru.edu/~chet/


Reply via email to