Find text inside a .jar with shell script

There will be cases, where you need to find which java class is throwing an exception or is saving a file, and that class is inside a .jar file. in order to search across all your jar files on your app in linux you can do the following:

Comments