Is anyone aware of a 'tree' tool that supports wildcards?
For example, I would like to see all .h and .cpp files in a 'tree' output.
I don't want to use dir /s *.h *.cpp etc - I want to see a tree, not a list of paths.
Is anyone aware of a 'tree' tool that supports wildcards?
For example, I would like to see all .h and .cpp files in a 'tree' output.
I don't want to use dir /s *.h *.cpp etc - I want to see a tree, not a list of paths.