try...

/usr/ucb/ps -w

Or...

/usr/ucb/ps -www

(ie: Wide Wide Wide)

abv-sfo1-x-app58:~> /usr/bin/ps -p 5136 PID TTY TIME CMD 5136 pts/32 0:33 java abv-sfo1-x-app58:~> /usr/ucb/ps 5136 PID TT S TIME COMMAND 5136 pts/32 S 0:33 /usr/local/depot/j2sdk-1.3.1_01/usr/j2se/bin/. +./bin/spa abv-sfo1-x-app58:~> /usr/ucb/ps -w 5136 PID TT S TIME COMMAND 5136 pts/32 S 0:33 /usr/local/depot/j2sdk-1.3.1_01/usr/j2se/bin/. +./bin/sparc/native_threads/java -server -native -ms64m -mx64 abv-sfo1-x-app58:~> /usr/ucb/ps -www 5136 PID TT S TIME COMMAND 5136 pts/32 S 0:33 /usr/local/depot/j2sdk-1.3.1_01/usr/j2se/bin/. +./bin/sparc/native_threads/java -server -native -ms64m -mx64m -classp +ath ./lib/weblogic510sp10boot.jar:./classes/boot -Dfile.encoding=iso- +8859-1 -Dweblogic.class.path=./lib/weblogic510sp10.jar:./license:./cl +asses:./lib/weblogicaux.jar:./server-7022/serverclasses:./server-7022 +/lib/activation.jar:./server-7022/lib/avs30.jar:./server-7022/lib/cos +.jar:./server-7022/lib/jakarta-oro-2.0.2-dev-2.jar:./server-7022/lib/ +jakarta-regexp-1.0.jar:./server-7022/lib/jconn2.jar:./server-7022/lib +/mail.jar -Dweblogic.home=. -Djava.security.manager -Djava.security.p +olicy==/var/httpd/weblogic-5.1.0/weblogic.policy -Dweblogic.system.na +me=server-7022 weblogic.Server

In reply to Re: overcoming the 80 character limitation of solaris ps by hossman
in thread overcoming the 80 character limitation of solaris ps by Anonymous Monk

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.