Created
January 18, 2018 12:17
-
-
Save thiagosf/f589cf8a6e7f7bfe244d7e5715ebd6a0 to your computer and use it in GitHub Desktop.
Finaliza múltiplos processos
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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