Is there a way to find duplicate file names excluding the extension..
ie:
testfile.exe
testfile.7z
testfile.zip
Also to secondary sort the results by date created
and another way to secondary sort by duplicate date created
Thanks.
Duplicate names without extesion
Re: Duplicate names without extesion
basename:testfileRe: Duplicate names without extesion
To find duplicate filenames excluding the extension:
To sort by stem, then date created:
To find duplicated stems and date created:
dupe:stemTo sort by stem, then date created:
sort:stem;date-createdTo find duplicated stems and date created:
dupe:stem;date-created