From e62b5b38208f6639a23d8dd25aca36d711765564 Mon Sep 17 00:00:00 2001 From: Vidar Holen Date: Sun, 13 Nov 2022 11:44:52 -0800 Subject: [PATCH] Updated SC2009 (markdown) --- SC2009.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SC2009.md b/SC2009.md index 7b278a0..bc247ed 100644 --- a/SC2009.md +++ b/SC2009.md @@ -30,6 +30,8 @@ This is more robust than `ps .. | grep python | cut ..` because it does not try ### Exceptions +`pgrep` is not POSIX. Please [[ignore]] this warning if you are targeting POSIX userlands. + You can [[ignore]] this error if you are trying to match against something that `pgrep` doesn't support: ```