Skip to content

Instantly share code, notes, and snippets.

@cdsap
Created January 27, 2025 16:57
Show Gist options
  • Save cdsap/75ca6463b18129dd330760fd81b4be0a to your computer and use it in GitHub Desktop.
Save cdsap/75ca6463b18129dd330760fd81b4be0a to your computer and use it in GitHub Desktop.
Jps commands
#Kill all Gradle/Kotlin processes
jps | grep -E "GradleDaemon|KotlinCompileDaemon" | awk '{print $1}' | xargs -r kill
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment