> > > Han Pingtian > > > But if "^" has a higher precedence than "/", then > > > > "^foo/bar" > > > > will match any files in "." other than "foo/bar"? > "Has a higher precedence" means it parses as (^foo) /bar "Binds more closely" might be a clearer phrase. pws