Skip to content

Instantly share code, notes, and snippets.

@thiagosf
Created January 18, 2018 12:17
Show Gist options
  • Select an option

  • Save thiagosf/f589cf8a6e7f7bfe244d7e5715ebd6a0 to your computer and use it in GitHub Desktop.

Select an option

Save thiagosf/f589cf8a6e7f7bfe244d7e5715ebd6a0 to your computer and use it in GitHub Desktop.
Finaliza múltiplos processos
kill -9 `ps -ef | grep search | grep -v grep | awk '{print $2}'`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment