Created
March 20, 2022 11:34
-
-
Save sankars/1c2a06e3740447a84137fb6b9dd46af1 to your computer and use it in GitHub Desktop.
search for a class in all jars in all sub directories
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
find . -name *.jar -exec grep -Hsli SparkJavaTxExecBoot {} \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment