fsgrep SourceForge

Fsgrep is a simple Java application which allows a user to search all files in a directory structure for lines matching a given pattern. Its basic functionality is a combination of the Unix 'find' and 'grep' utilities. Its power is that is allows use of regular expressions in the search pattern, and it also has a multiple-file search and replace functionality.

Fsgrep is licensed under the GNU GPL. For more information on the GNU GPL & free software, please visit wwww.gnu.org.

Fsgrep was initially designed as a tool for programmers. It solves the problem searching for strings/patterns in source code files (java, c, sql, etc.), which are distributed in a multi-level directory structure. However its usefulness extends beyond the just realm of programming because it is a useful tool for seaching any kind of text file (e.g. html, txt, etc.).

Fsgrep is still being developed. The release version is stable, and new features are being implemented. It runs as a command line tool and also is a powerful graphical application. Project information is available at the (SourceForge) project page. More information is available in the FAQ.

Features Download Install Uninstall Acknowledgements
*The last version compatible with JDK1.4 is fsgrep2.1.0.jar.