I have quite a bit of folders (more than 200) and I need a list of particular ones that has ".feat" in the end (they also contain subfolders that I do not need in the list). I was wondering if there is a way to sort them out somehow (in all subfolders)
UPD sorry it's linux! I was using "find . -type d *.feat" but it's almost impossible to filter out part of them that contain .feat only without subfolders in them.
I guess I need to edit depth to 3 subfolders maximum. The tree looks like it is parental/CS/B1/1.feat/ 1/ and so on (generated by the soft)