Built with Grav - The Modern Flat File CMS
findclass.sh
#!/bin/sh find "$1" -name "*.jar" -exec sh -c 'jar -tf {}|grep -H --label {} '$2'' \;