Hacker News new | ask | show | jobs
by dorianmariefr 853 days ago
You can kill "Core" processes if you don't want to log out/log in
1 comments

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.

    ps -A | grep Core | awk '{ print $1 }' | xargs kill -9
I usually use dorian-each gem