Skip to content

Instantly share code, notes, and snippets.

@zyqxd
Created June 4, 2024 17:14
Show Gist options
  • Save zyqxd/bb97abc311df3bec200e4eadb86470d1 to your computer and use it in GitHub Desktop.
Save zyqxd/bb97abc311df3bec200e4eadb86470d1 to your computer and use it in GitHub Desktop.
Bash scripts
# Kill background process (using ctrl + z)
ps -eaf | grep <CMD>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment