Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Re: Re: overcoming the 80 character limitation of solaris ps

by hossman (Prior)
on Jun 27, 2002 at 02:09 UTC ( [id://177613]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: overcoming the 80 character limitation of solaris ps
in thread overcoming the 80 character limitation of solaris ps

(first of all, i realize now that -ww is usually all you need -- i can't remember why, but some where i got it in my head that on some systems, you need -www)

I don't have any documentation to back this up, but as i understand it, this is what happens:

  • If /usr/ucb/ps has no idea where it's output is going (ie: you are redirecting it, or on a dumb terminal) then it follows the strict definition in the manpage: 80 chars, unless you use -w in which case it's 132 chars, unless you use -ww(w) in which case it's as wide as possible.
  • If you are using a non-dumb terminal, and /usr/ucb/ps can determine your terminal width, then it will use that width by default. if you use -w (or -ww or -www) it will output as much as possible

you probably aren't really seeing -w truncated to 80 characters when you pipe it -- you're probably seeing it truncated to 132, which is all -w is documented to give you.

  • Comment on Re: Re: Re: overcoming the 80 character limitation of solaris ps

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://177613]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (2)
As of 2024-04-26 07:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found