Skip to content

Instantly share code, notes, and snippets.

@nkzawa
Created July 16, 2014 08:52
Show Gist options
  • Save nkzawa/b7d45d2c77574ec6b177 to your computer and use it in GitHub Desktop.
Save nkzawa/b7d45d2c77574ec6b177 to your computer and use it in GitHub Desktop.
function killp() { ps aux | peco --query=${1} | awk '{print $2}' | xargs kill; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment