3

As a developer, i frequently need to perform complex searches for files. For example, search for file that starts with 'buf' and ends with '.c' or '.h' in a c:\sdk and c:\project\include. Windows search in vista+ is good, but for a lrage amount of sources it will search VERY long time if not index, and it's not possible to specify a number of folders to search in.

Is it any good and freeware tool available that allows to perform complex file search on windows platform? Google desktop requires indexing too and regexp support is very limited.

grigoryvp
  • 3,415
  • 11
  • 38
  • 58

3 Answers3

3

Agent Ransack supports regex searches.

If you don't need to search file contents, Voidtool's Everything is about the fastest thing I can find for NTFS (it uses the MFT).

hyperslug
  • 496
  • 3
  • 11
2

If you install cygwin, you can use find - which may make your life easier :)

warren
  • 17,829
  • 23
  • 82
  • 134
0

Launchy can do basic search on file names, and you can select which directories to include. Unfortunately the current version is not 100% stable for me, and the author seems to have more or less abandoned this great little app. It would be fantastic if others picked up development on Launchy.