bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: globstar syntax


From: Chet Ramey
Subject: Re: globstar syntax
Date: Tue, 20 Jan 2009 23:22:28 -0500

> > 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    chet@case.edu    http://cnswww.cns.cwru.edu/~chet/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]