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: 133

Filed under:
|
|
|

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,

  1. I would like to find all files that has extension ".java".
  2. From the result, find all files that has a specific word.
  3. From the result, select few files, and search only those files with another keyword.

© Super User or respective owner

Related posts about emacs

Related posts about search