1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-30 20:58:13 +00:00
serenity/Base/usr/share
Tim Ledbetter 73a6f2e9ed ps: Add the -o option to specify a user-defined column format
This option allows the user to change which colums are displayed
by giving comma or space separated list of column format specifiers.

A column format specifier is of the form: `COLUMN_NAME[=COLUMN_TITLE]`.
Where `COLUMN_NAME` is any of: uid, pid, ppid, pgid, sid, state, tty,
or cmd. Specifying a `COLUMN_TITLE` will change the name shown in the
column header.

`COLUMN_TITLE` may be blank. If all given column titles
are blank, the header is omitted.
2023-07-19 11:21:59 +01:00
..
man ps: Add the -o option to specify a user-defined column format 2023-07-19 11:21:59 +01:00
shell/completion Base: Add some default completions to shellrc 2022-04-18 19:53:10 +04:30