We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4509a69 commit 62b5214Copy full SHA for 62b5214
get_processes
@@ -1,3 +1,3 @@
1
#!/bin/bash
2
3
-ps -e -o pid,command | grep $1 | grep -v grep
+ps -e -o pid,command | grep "$1 " | grep -v get_processes | grep -v grep
0 commit comments