Skip to content

Instantly share code, notes, and snippets.

@ajepe
Created October 25, 2019 10:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ajepe/8c02800fb35dbc86172e36cdbb2f014e to your computer and use it in GitHub Desktop.
Save ajepe/8c02800fb35dbc86172e36cdbb2f014e to your computer and use it in GitHub Desktop.
grep
kill $(ps aux | grep 'odoo' | awk '{print $2}')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment