Multi level or progressive or incremental file search
Posted
by
iraSenthil
on Super User
See other posts from Super User
or by iraSenthil
Published on 2013-10-18T14:43:23Z
Indexed on
2013/10/18
22:01 UTC
Read the original article
Hit count: 155
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.
© Super User or respective owner