Find Unique Files

Discussion related to "Everything" 1.5.
Post Reply
therube
Posts: 5711
Joined: Thu Sep 03, 2009 6:48 pm

Find Unique Files

Post by therube »

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:
void
Developer
Posts: 19839
Joined: Fri Oct 16, 2009 11:31 pm

Re: Find Unique Files

Post by void »

dupe-from: only works with dupe:


how to find files (sizes) that are on O:
that are NOT found elsewhere ?
With two passes, search for:
unique:size

Select 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
Post Reply