Everything: The Windows search utility

The Windows search utility called Everything instantly returns search results.

Searching for files and folders is a basic operation. Windows File Explorer is an adequate solution to this problem in limited cases, but an alternative is needed for the general case. I have such an alternative.

linkWindows File Explorer

Windows File Explorer can search for files and folders. I often use it to find the sln file in a newly cloned repository. Sometimes I use it within a git repository to quickly find and delete bin and obj directories as an alternative to executing git clean -fdx.

However, Windows File Explorer is exceedingly slow when the search space is large. It took 17 minutes to complete the search for "the" shown in the feature image. The search space was my C drive, which totals 154 GB in 1,000,000 files contained in 200,000 folders.

Metadata for my C drive

In response to this, some create an escalating sequence of 20 troubleshooting steps culminating in "Create a new user account". Keep your user account. I have another solution.

linkEverything

A coworker introduced me to the search utility called Everything one day when we were pair programming. I started a search in Windows File Explorer for some file, and he said that I should use Everything. I let the Windows File Explorer search continue while I

The whole process couldn't have taken more than a minute or two. Then I went back and stopped the search in Windows File Explorer, which still had not found the file.

linkPresent working directory

New solutions become available with such wicked fast searching. Here is one way that I like to use Everything.

We have all gotten a "file not found" error when attempting to find a file with a relative path. One reason this happens to me is that I don't know what the present working directory is. If the situation supports an attached debugger or logging, then I use that, but sometimes these options are not available. In such extreme cases, instead of looking for a certain file, I create a file in the present working directory with a specific and unique name like tyson-test. Then I use Everything to instantly find that file and thus the present working directory.

linkSummary

When searching a large amount of files and folders in Windows, use the search utility called Everything. It will instantly return all the search results as fast as you can type.


linkTags

The tags feature of Coding Blog Plugin is still being developed. Eventually the tags will link somewhere.

#Suggestion #DevOps #Windows

linkComments

Windows File ExplorerEverythingPresent working directorySummaryTagsComments

Home About Archive


Feeds