[plt-scheme] Recursive grepping
This is a little utility for recursively grepping through a tree,
ignoring ".svn" directories and conveniently searching for files of a
certain extension.
[It is mainly for people who use recursive greps and check out the
repository. If you're in this category, you have probably discovered
that recursively grepping the source tree is annoying because `grep
-r' will not use `--exclude' (apparently it was patched, but will take
time to propagate).]
To see how to use it, run without arguments. You will need zsh.
If anyone find this useful, please drop me a line so I'll know if I
should post such things in the future.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: sgrep
Type: application/octet-stream
Size: 1651 bytes
Desc: not available
URL: <http://lists.racket-lang.org/users/archive/attachments/20050601/9b52950d/attachment.obj>
-------------- next part --------------
--
((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay:
http://www.barzilay.org/ Maze is Life!