mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
633c024ec5
All fields from the ps command can be fetched by calling a function of their name (see SYNOPSIS). If the pid is not given as an argument to the function, $$ (cur pid) is assumed. ok ajacoutot@
4 lines
179 B
Plaintext
4 lines
179 B
Plaintext
All fields from the ps command can be fetched by calling a function of their
|
|
name (see SYNOPSIS). If the pid is not given as an argument to the function, $$
|
|
(cur pid) is assumed.
|