Skip to content

Instantly share code, notes, and snippets.

@dahngeek
Created April 24, 2023 05:18
Show Gist options
  • Save dahngeek/86f7dd20e8b1be59e720521926bee2e0 to your computer and use it in GitHub Desktop.
Save dahngeek/86f7dd20e8b1be59e720521926bee2e0 to your computer and use it in GitHub Desktop.
count instances of a command without counting grep searching it
ps -aux | grep "scrolldown.sh" | grep -vc grep
// remove c to list instead of count
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment