Skip to content

Instantly share code, notes, and snippets.

@avkosme
Created June 6, 2023 00:34
Show Gist options
  • Save avkosme/6d5f9646516f57a9af41605756b16e2e to your computer and use it in GitHub Desktop.
Save avkosme/6d5f9646516f57a9af41605756b16e2e to your computer and use it in GitHub Desktop.
Kill ps by name
kill -9 $(ps aux | grep 'fast' | awk '{print $2}')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment