- May
- 13,604
- 201
How can I get FFIND /S to find a directory with a specified name (and only directories with that specified name)? Below, how do I find "g:\tc17" only?
Code:
v:\> ffind /s /a:d g:\tc17
G:\tc17\plugins
G:\tc17\Styles
2 files
v:\> ffind /s /a:d g:\tc17*
G:\tc17
G:\tc177
2 files