Comment on Explorations in UnixparentComments−mseebach13yIndeed. I often use ps | cat to get the full command line for processes (that's otherwise truncated). All hail Java command lines.−jcurbo13yTry 'ps auxw' - the w enables wide output.−mlni13yAnd for really wide commands (like java) you can add another w to get the whole thing: ps auxww
Comments
Indeed. I often use ps | cat to get the full command line for processes (that's otherwise truncated). All hail Java command lines.
Try 'ps auxw' - the w enables wide output.
And for really wide commands (like java) you can add another w to get the whole thing: ps auxww