Windows 10, Emacs 25.1
Suppose I have some folder (not project folder). In this folder I has 10 subfolders.
Suppose:
I has to find some file.
I don't what is the name of this file.
I exactly known that in this file has word "time"
I exactly known that this file has extension ".cpl"
So as result I want to have a next possibility for search:
- Use mask (e.g. "*.cpl")
- Containing text: "time"
- Show search history
- Case sensitive
- Whole word only
- hex, e. Search file that has content AEFF
- Inverse (not content text)
- Search in archives, e.g search file I zip files
Search only in
in root disk C:
in current folder
in selected folders (e.g. search only in subfolder5 and subfolder7)
in PATH folders (in environment variables)
Is it possible in Emacs? Or maybe has some package that can do all of this?