my tech ramblings, some tips and tricks, but mostly just a place for me to b1tch
/usr/bin/find / -name \*.jar -print0 | xargs -0 grep -l name-of-class-you-are-looking-for
/usr/bin/find / -name "*.jar" | xargs -n 1 jar tf > temp.txt
No comments:
Post a Comment