So I have have a directory - lets say /dir/. In it I have these folders- /dir/fold1/ /dir/fold2/ /dir/fold3/
each of these folders (fold1,2,3) may contain a folder called foo. I want to list all the folders inside dir, that have inside them a folder called foo.
Thanks!