Y
Hacker News
new
|
ask
|
show
|
jobs
by
jcurbo
4946 days ago
Try 'ps auxw' - the w enables wide output.
1 comments
mlni
4946 days ago
And for really wide commands (like java) you can add another w to get the whole thing: ps auxww
link