Skip to content

springyweb/shell-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

shell-tools

UNIX shell tools


fij - Find In Jars

usage

fij searchstring [jarfile [jarfile ...]]

If no jarfile arguments are given, program will search all jar files found beneath the current directory.

examples

  • fij com.example.Example lib/file1.jar lib/file2.jar

    will look for com.example.Example in lib/file1.jar and lib/file2.jar, and print out the names of any jar file which contains com.example.Example

  • fij com.example.Example

    will look for com.example.Example in any jar files found beneath the current directory (recursively), and print out the names of any jar file which contains com.example.Example

dependencies

  • find
  • unzip

Releases

No releases published

Packages

No packages published

Languages