-
-
Save zyqxd/bb97abc311df3bec200e4eadb86470d1 to your computer and use it in GitHub Desktop.
Bash scripts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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