Hacker News new | ask | show | jobs
by onnimonni 853 days 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.

1 comments

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