Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
mseebach
13y ago
0 comments
Save
Share
Indeed. I often use ps | cat to get the full command line for processes (that's otherwise truncated). All hail Java command lines.
0 comments
2 comments · 1 top-level
top
newest
oldest
jcurbo
13y ago
· 1 in thread
Try 'ps auxw' - the w enables wide output.
mlni
13y ago
And for really wide commands (like java) you can add another w to get the whole thing: ps auxww
j
/
k
navigate · click thread line to collapse