Skip to content

Instantly share code, notes, and snippets.

@matheus-santos
Created April 24, 2015 14:35
Show Gist options
  • Save matheus-santos/6408f6dd018c92b25f8a to your computer and use it in GitHub Desktop.
Save matheus-santos/6408f6dd018c92b25f8a to your computer and use it in GitHub Desktop.
Kill mysql-workbench task on Linux
# 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