Generic Grep Tool
Sunday, January 14th, 2007I am seeking tools (especially GUI tools) that will perform regular expression, grep like search and replaces. Ideally the tool would be open source, multiplatform and would provide the functionality of BBEdit:
Requirements include:
- Transparent handling of line endings
- Able to recursively descend through various directories
- File filters to determine what to search
- Autodetection of character encodings
I could write this myself in Java, but not by my deadline. Any suggestions?