How do I indicate "ends with"?

General discussion related to "Everything".
Post Reply
vbmark
Posts: 2
Joined: Mon Oct 06, 2014 12:59 pm

How do I indicate "ends with"?

Post by vbmark »

If I am looking for a file ending in .exe, for example, I get a list of files both ending in and containing .exe in the name.

How can I indicate to Everything to show only those files ending in .exe?

Thank you.
void
Developer
Posts: 16735
Joined: Fri Oct 16, 2009 11:31 pm

Re: How do I indicate "ends with"?

Post by void »

Code: Select all

*.exe
* forces the search to match the entire filename.

http://www.voidtools.com/support/everything/searching/
vbmark
Posts: 2
Joined: Mon Oct 06, 2014 12:59 pm

Re: How do I indicate "ends with"?

Post by vbmark »

Thank you, sir. I didn't think of trying that.

And thank you for your great program. I assigned a global hot-key and it is becoming more integrated into my daily work flow.
Post Reply