I have a saved search for recently modified files because I wasn't satisfied with the Recents folder in macOS Mojave. Lately it has been getting flooded by .tdb files so I would like to exclude them. Is there a way to do this in a saved Finder search? You can see one thing I tried below which didn't work.
Asked
Active
Viewed 1,393 times
3
A. Kriegman
- 131
- 3
1 Answers
2
Click the search attribute dropdown:
Select Other...
Search for raw query and check it:
Enter the following as your raw query:
kMDItemDisplayName!='*.tdb'c
Additional reading:
How do I find a file by filename in Mac OSX terminal?
https://apple.stackexchange.com/questions/602/how-can-i-search-a-specific-type-of-file-in-mac
Keyslinger
- 1,763
Marcel Gruber
- 121
- 5



