Skip to content

Instantly share code, notes, and snippets.

@sankars
Created March 20, 2022 11:34
Show Gist options
  • Save sankars/1c2a06e3740447a84137fb6b9dd46af1 to your computer and use it in GitHub Desktop.
Save sankars/1c2a06e3740447a84137fb6b9dd46af1 to your computer and use it in GitHub Desktop.
search for a class in all jars in all sub directories
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