top | item 39345281 (no title) dorianmariefr | 2 years ago You can kill "Core" processes if you don't want to log out/log in discuss order hn newest onnimonni|2 years ago Author here: Can you test this and share a working one-liner? I will happy to add it into the blog post.I tried few commands like this but they didn't work consistently for me. dorianmariefr|2 years ago ps -A | grep Core | awk '{ print $1 }' | xargs kill -9 I usually use dorian-each gem
onnimonni|2 years ago Author here: Can you test this and share a working one-liner? I will happy to add it into the blog post.I tried few commands like this but they didn't work consistently for me. dorianmariefr|2 years ago ps -A | grep Core | awk '{ print $1 }' | xargs kill -9 I usually use dorian-each gem
dorianmariefr|2 years ago ps -A | grep Core | awk '{ print $1 }' | xargs kill -9 I usually use dorian-each gem
onnimonni|2 years ago
I tried few commands like this but they didn't work consistently for me.
dorianmariefr|2 years ago