Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • 2
    [my]process. would match mprocessX and yprocessY (since [my] is a character class which matches on of the letters m or y, and . matches anything). Commented Dec 31, 2014 at 9:39
  • pgrep -a does not seem to be available to me in pgrep -V pgrep from procps-ng 3.3.3. Commented Jan 1, 2015 at 4:48
  • @RyanLoremIpsum - Did you check the man page. Commented Jan 1, 2015 at 6:22