UNIX shell tools
fij searchstring [jarfile [jarfile ...]]
If no jarfile arguments are given, program will search all jar files found beneath the current directory.
-
fij com.example.Example lib/file1.jar lib/file2.jarwill look for com.example.Example in
lib/file1.jarandlib/file2.jar, and print out the names of any jar file which contains com.example.Example -
fij com.example.Examplewill look for
com.example.Examplein any jar files found beneath the current directory (recursively), and print out the names of any jar file which contains com.example.Example
- find
- unzip