Stephane CHAZELAS wrote:

> In ksh93, ** matches any file in any directory and subdirectory,
> while you need **/* in bash or zsh (**/* will also work in ksh).

No, you don't.  When `globstar' is enabled, ** will match every file
in every directory and subdirectory in bash-4.0.

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