Skip to content

tastapod/zfind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

zfind - like find, but in jar/zip files

Recursively search for files contained in jar/zip files.

This isn't for searching inside the files, like zgrep, but for matching the file names themselves. For instance:

$ zfind org.apache.http.client.params.HttpClientParams ~/.m2

will search Maven's local cache for any jars containing the HttpClientParams class. It turns out the dots in the package name conveniently match slashes in the java class's name:

/home/dnorth/.m2/repository/org/apache/httpcomponents/httpclient/4.0.1/httpclient-4.0.1.jar: org/apache/http/client/params/HttpClientParams.class

Ah, there it is!

About

Find named files inside jar/zip files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages