jwhich Code
Status: Beta
Brought to you by:
s-g
| File | Date | Author | Commit |
|---|---|---|---|
| src | 2010-02-16 | s-g | [r3] jar arguments from tvf to tf |
| README | 2010-02-16 | s-g | [r2] created |
This utility is created to find Java classes in all the jar file in the
given directory. This effectively implements following UNIX command--
find . -name "*.jar" -exec grep -l x.y.MyClass {} \;
and it does little more.
-Satyendra Gurjar
2/16/2010