Find subdirectories by mask
Hi! Could someone help me?
I have a directory with subdirectories. Every subdirectory has its own subdir with some name (lets name it subSubDir)
I need to find all subSubDirs by part of its name.
E.G:
.../DIR/qwe/subSubDir222xjsac
.../DIR/asd/subSubDir777bvcbh
.../DIR/vcx/subSubDir222zcvdfr
.../DIR/d4f/subSubDir222asdcz
.../DIR/2sz/subSubDir111axsaz
...
I have to find all subSubDirs with "222" in its name.
Thanks
I have a directory with subdirectories. Every subdirectory has its own subdir with some name (lets name it subSubDir)
I need to find all subSubDirs by part of its name.
E.G:
.../DIR/qwe/subSubDir222xjsac
.../DIR/asd/subSubDir777bvcbh
.../DIR/vcx/subSubDir222zcvdfr
.../DIR/d4f/subSubDir222asdcz
.../DIR/2sz/subSubDir111axsaz
...
I have to find all subSubDirs with "222" in its name.
Thanks