Hi everyone,
I'm trying to custom-format the output of the ps command (creating a
pipe in a python script).
I did manage to display only the pid and process name but the problem
is that the second is too short.
--no-headers --columns=15
8118 lt-ncpd
8137 lt-plpnf
In fact, the second line should display
8137 lt-plpnfsd
(i.e. two missing letter, column not enough wide I guess)
It looks like my last argument (columns) is not taken into account. I
also tried cols and wide, with no result.
Thanks for your input,
Arnaud Beaud'huin