Find Unique Files
how to find files (sizes) that are on 0:
that are NOT found elsewhere ?
can dupe-from: do that ?
or, am i wanting an uniq-from: ?
(or is it distinct-from: ?)
!dupe-size:
but then how do you do that where path: = O:
- how do you only display the unique files that reside on O:?
(iow, i want to find files that reside on O: that are not duplicated anywhere else)
unique:size !/$recycle !/delme !O:\xfeRRRRRRR\
that might be OK
- but, then how do i /show/ only files on a certain volume?
unique:size;len !/$recycle !/delme !O:\xfeRRRRRRR\
unique:size;len !/$recycle !/delme !O:\xfeRRRRRRR\ !offline:
unique: gives me unique's, but then I only want to see unique's from O:?
I can sort by Path, which would work, but how do I (quickly) jump to the first O: item?
maybe something like //, so you could do something like, //O:
Find Unique Files
Re: Find Unique Files
dupe-from: only works with dupe:
Select all results (Ctrl + A)
Copy all filenames (Ctrl + Shift + C)
Search for:
Right click the filelist1: text in the search box and click Edit File List Slot....
Paste the filenames (Ctrl + V) and click OK.
Finding duplicates
With two passes, search for:how to find files (sizes) that are on O:
that are NOT found elsewhere ?
unique:sizeSelect all results (Ctrl + A)
Copy all filenames (Ctrl + Shift + C)
Search for:
o: filelist1:Right click the filelist1: text in the search box and click Edit File List Slot....
Paste the filenames (Ctrl + V) and click OK.
Finding duplicates