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 e9aa07d commit b769876Copy full SHA for b769876
get_processes_count
@@ -0,0 +1,3 @@
1
+#!/bin/bash
2
+
3
+ps -e -o pid,command | grep -E "$1 |$1$" | grep -vE 'grep|get_processes_count' -c
0 commit comments