Skip to content

Instantly share code, notes, and snippets.

@chenzhihao
Created July 12, 2013 07:20
Show Gist options
  • Save chenzhihao/5982544 to your computer and use it in GitHub Desktop.
Save chenzhihao/5982544 to your computer and use it in GitHub Desktop.
kill process quickly
ps -ef|grep node|grep -v grep|awk {'print $2'}|xargs kill -9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment