Skip to content

Instantly share code, notes, and snippets.

@todgru
Created January 11, 2023 16:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save todgru/1806d28132ce2c5aec14972f1770e9e1 to your computer and use it in GitHub Desktop.
Save todgru/1806d28132ce2c5aec14972f1770e9e1 to your computer and use it in GitHub Desktop.
grep, find occurences system processes that contain one or more strings, any case, ignore case
ps ax |grep -i 'foo\|bar\|biz\|baz\|bim'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment