Skip to content

Instantly share code, notes, and snippets.

@jhowbhz
Last active August 15, 2022 13:59
Show Gist options
  • Save jhowbhz/20bf823723fec5e0b2d4036833738336 to your computer and use it in GitHub Desktop.
Save jhowbhz/20bf823723fec5e0b2d4036833738336 to your computer and use it in GitHub Desktop.
Kill
kill $(ps aux | grep '[p]hp' | awk '{print $2}')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment