Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ps: Provide an option to display no header line
One might often find it useful to redirect/or filter the output generated by the 'ps' command. This simple patch provides an option (i.e. '-H') to display no header line so it does not need to be considered e.g. crash> ps -u -H | head -5 1 0 1 ffff956e8028d280 IN 0.0 174276 9272 systemd 1067 1 2 ffff956e81380000 IN 0.1 59480 15788 systemd-journal 1080 1 0 ffff956e8d152940 IN 0.0 36196 3548 systemd-udevd 1278 1 6 ffff956e8aa60000 IN 0.0 17664 3072 systemd-oomd 1366 1 7 ffff956e88548000 IN 0.0 10868 2328 dbus-broker-lau Signed-off-by: Aaron Tomlin <[email protected]>
- Loading branch information