Skip to content

lukesandberg/grepJar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is a really simple command line tool to search for resources
within jar files.  

usage is pretty simple, the following command will find all properties files
in jars in the current directory and below.

java -jar grepJar.jar ".*\.properties"

very useful for tracking down resource references
 

About

simple regex grep utility that searches within jar files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages