I have a particular problem, I believe it has to do with my (again) lack of knowledge of searching using logic.
I have two directories with 900+ subdirectorys between them. Most of them (not all yet) I have purposely duplicated their respective name(s) and duplicated file(s) with closely matching-duped names.
In the following example I have listed the (2)two main parent directories that I use. I have shortened their real names for the purpose of this post.
Example:
O:\Sp\Ed_Tr_Co\Sa.com\
O:\Sp\Sa.com\
Stored in these two directories I have child folders with duplicate names as well as dupe files with dupe names.
Example:
O:\Sp\Ed_Tr_Co\Sa.com\Cy_and_Al_In_To\
O:\Sp\Sa.com\Cy_and_Al_In_To\
Some of these directories are NOT duplicated. Especially in the directory "O:\Sp\Sa.com"
What I want too accomplish is:
" I want Everything too NOT display duplicates, just a filtered list of the non-duplicate child folders within the two parent directories.(If any at all)
Now to explain what I am experiencing with these two statements that I have been using.
They are:
!parent: folder: Sa.com\
!parent: folder:"\Sa.com" folder:!"Ed_Tr_Co" !dupe:
Now my issue(s)
1. Statement !parent: folder: Sp.com\ will produce a listing of all the children in both my parent directories ...
note that "Sa.com" is the same name ... different directory. This really is working like I'm needing.
2. Statement !parent: folder:"\Sa.com" folder:!"Ed_Tr_Co" !dupe: is what produces the results that I have issue with.
It created a listing of three child directories:
De_and_An_At_An (This directory is not a dupe) I went back and checked it in Statement #1
Ev_and_Er_Se_Ex (This directory is a dupe) ditto .....
Sa_and_Na_To_To_and_Lu_Up_Or (This is not a dupe directory) same as above .....
I have other directories that #2 Statement ignored altogether, that were ALSO not duplicates, but just plain ignored.
Are there obvious flaws in my statement(s) ? Are I causing any problems, such as my filing system?
I know that your software works flawlessly 99.999% of the time.