Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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