Find this useful? Cool. Otherwise, it’s just here to remind me.
It this example, I’m looking for all tasks that have the word “chrome” in it and then stopping them.
kill $(ps aux |grep -i chrome |grep -v grep| awk {‘print $2’})
Find this useful? Cool. Otherwise, it’s just here to remind me.
It this example, I’m looking for all tasks that have the word “chrome” in it and then stopping them.
kill $(ps aux |grep -i chrome |grep -v grep| awk {‘print $2’})
Leave a Reply
You must be logged in to post a comment.