void wrote: Sat Mar 30, 2024 10:45 pm
I will add path searching support to Find and select, so you can find and select all your files on your H: drive.
For now, please sort by path, select all files on the H: drive, then resort by size.
Thanks for the answers!
I can select files from a given path using regex command \\*path to file* in "File and Select..."
Another question: is there a way to select the last file in each group using regex?
Last edited by mnicolau on Sun Mar 31, 2024 10:51 am, edited 2 times in total.
void wrote: Sat Mar 30, 2024 10:45 pm
I will add path searching support to Find and select, so you can find and select all your files on your H: drive.
For now, please sort by path, select all files on the H: drive, then resort by size.
Selecting via path H: does not select "file 0" in the firstgroup in the example above, the firstgroup "file 0" is in drive I:?
void wrote: Sat Mar 30, 2024 10:45 pm
I will add path searching support to Find and select, so you can find and select all your files on your H: drive.
For now, please sort by path, select all files on the H: drive, then resort by size.
Selecting via path H: does not select "file 0" in the firstgroup in the example above, the firstgroup "file 0" is in drive I:?
Some groups of files are on the same drive or in the same folder with different names
The first file shown in each group will depend on your sort.
When using dupesize:, your results will be sorted by size, then name, then path.
Results will be grouped by size, then the firstname sorted file will be the first file in the group.
If the names are the same, then the firstpath sorted file will be the first file in the group.
To select the first file in each group:
From the Tools menu, click Options.
Click the Results tab on the left.
Uncheck clear selection on search.
Include the following in your search:
distinct:size
For example:
dupesize: distinct:size
Select all results.
Remove distinct:size from your search:
dupesize:
The first item in each group will be selected.
Everything doesn't have a way to select the first item from each group in a single pass.
I will consider an option to do this.
void wrote: Sun Mar 31, 2024 10:06 pm
The first file shown in each group will depend on your sort.
When using dupesize:, your results will be sorted by size, then name, then path.
Results will be grouped by size, then the firstname sorted file will be the first file in the group.
If the names are the same, then the firstpath sorted file will be the first file in the group.
To select the first file in each group:
From the Tools menu, click Options.
Click the Results tab on the left.
Uncheck clear selection on search.
Include the following in your search:
distinct:size
For example:
dupesize: distinct:size
Select all results.
Remove distinct:size from your search:
dupesize:
The first item in each group will be selected.
Everything doesn't have a way to select the first item from each group in a single pass.
I will consider an option to do this.