Open aryairani opened 8 months ago
e.g.: hello{a,b,} would match helloa, hellob, and hello
hello{a,b,}
helloa
hellob
hello
I find that the glob also does not support patterns like **/a/*/b
**/a/*/b
e.g.:
hello{a,b,}
would matchhelloa
,hellob
, andhello