simple example
Code: Select all
c:/
test/
asdf/
sub1/
sub1.txt
sub2/
sub2.txt
sub3.txt
sub4.txt
test2/
sub5/
sub5.txt
sub6.txt
asdf.txt
- child:asdf - returns both test and test2
- child:asdf folder: - returns both test and test2
- child:asdf\ - returns nothing
- child:"asdf\" - returns nothing
maybe there's a much more complex operator that i don't know yet? any help appreciated. ultimately i'm trying to find every parent folder that has a ".git" folder in it and it's a struggle to get a neat result.