Skip to content

Instantly share code, notes, and snippets.

@shouhei
Created January 26, 2016 13:51
Show Gist options
  • Select an option

  • Save shouhei/5020851e798cc9d5a6c6 to your computer and use it in GitHub Desktop.

Select an option

Save shouhei/5020851e798cc9d5a6c6 to your computer and use it in GitHub Desktop.
grepで検出されたプロセスをkillするやつ
kill `pgrep -fl command | awk '{print $1}'`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment