It only shows the first 15 characters from /proc/pid/stat. But "ps -w pid" shows wide output. Why? Is this a bug? Thanks.
feedback
|
|
I don't think "wide output" means what you want. I created a script named
The only thing
| |||||
feedback
|
|
You can apparently do it by explicitly listing the fields:
Or, BSD-style:
Probably useful in a script, not so useful for the command line. Unless you make an alias. | |||||||
feedback
|
|
Try On Debian/Ubuntu this gives you :
| |||||||
feedback
|
|
Thank you for all the comments above which enlighten me.
The In a 35 columns terminal (some output snipped):
As of
So | |||
|
feedback
|