Multi level or progressive or incremental file search
- by iraSenthil
I am looking for a GUI tool in Windows, where I can do search and pass the result to next search and continue. I know I can do this in command line by piping one search result to another, but I am looking for a GUI tool.
Here is a sample search,
I would like to find all files that has extension ".java".
From the result, find all files that has a specific word.
From the result, select few files, and search only those files with another keyword.