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
-
therube
- Posts: 5727
- Joined: Thu Sep 03, 2009 6:48 pm
Re: Duplicate names without extesion
basename:testfile-
void
- Developer
- Posts: 19903
- Joined: Fri Oct 16, 2009 11:31 pm
Re: 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