Created
April 24, 2015 14:35
-
-
Save matheus-santos/6408f6dd018c92b25f8a to your computer and use it in GitHub Desktop.
Kill mysql-workbench task on Linux
This file contains 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
# Killing task 'mysql-workbench' | |
kill $(ps -A | awk '/[m]ysql-workbench/ {print $1}') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment