Introduction
dgrep is a utility that will search for a string or pattern in all text files in a directory tree. If you have dgrep, there is no need to repetitively change directories and run the same Unix commands over and over to find the information you are looking for. dgrep was created since the standard Unix find and grep commands do not provide some critical features.
Features
Author
dgrep was written by John Koob, a member of the Porta-Amp team. You are welcome to email any questions, comments, or suggestions to the author.
Testing and suggestions were provided by the rest of the Porta-Amp team: Kevin Mlazgar, Dan Leder, Danny Islam, and Edmund Fung.
References
The design, implementation and documentation of dgrep was created by the author with no resources other than the Camel book:
Wall, Christiansen, Schwartz, Programming Perl, Second Edition, O'Reilly & Associates, 1996.