diff options
author | Leah Neukirchen <leah@vuxu.org> | 2024-04-15 15:00:12 +0200 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2024-04-15 15:00:12 +0200 |
commit | fab7b3c4f7535eb43ebb6fbe4fe39e9bce4d47db (patch) | |
tree | f863f0c17a9b6c4000fe6b9006f1e59e7bef04e5 /README | |
parent | 58246397d7e5898c886337502d089a84b3b1faa8 (diff) | |
download | px-fab7b3c4f7535eb43ebb6fbe4fe39e9bce4d47db.tar.gz px-fab7b3c4f7535eb43ebb6fbe4fe39e9bce4d47db.tar.xz px-fab7b3c4f7535eb43ebb6fbe4fe39e9bce4d47db.zip |
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/README b/README index da89814..cd6bee8 100644 --- a/README +++ b/README @@ -4,7 +4,7 @@ NAME px – report details on matching processes SYNOPSIS - px [-f] PATTERNS ... + px [-f] [-t] PATTERNS ... DESCRIPTION px searches the process list for processes matching any of the patterns @@ -18,12 +18,14 @@ DESCRIPTION -f Search the whole command line, including arguments. + -t Print each thread, not just each process. + EXIT STATUS The px utility returns 0 when a process was found, 1 if no process was found, and 2 when other errors occured. SEE ALSO - ps(1), pgrep(2) + pgrep(1), ps(1) AUTHORS Leah Neukirchen <leah@vuxu.org> @@ -36,4 +38,4 @@ LICENSE http://creativecommons.org/publicdomain/zero/1.0/ -Void Linux May 8, 2023 Void Linux +Void Linux April 15, 2024 Void Linux |