ps
Posted on:
The ps output is properly columned.
--column-width
can divide columns better than spaces.
ps aux | ov --column-width --column-rainbow -H1
From v.37.0, you can align the columns by adding the --align
option.
align
can also be changed by alt+F
(default key).
ps aux | ov --column-width --column-rainbow -H1 --align