This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author matrixise
Recipients epsolos, eryksun, matrixise
Date 2018-10-24.21:09:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1540415344.85.0.788709270274.issue35060@psf.upfronthosting.co.za>
In-reply-to
Content
Here is the doc from ps with man.

> man ps

If ps cannot determine display width, as when output is redirected (piped) into a file or another command, the output width is undefined (it may be 80, unlimited, determined by the TERM variable, and so on).  The COLUMNS environment variable or --cols option may be used to exactly determine the width in this case.  The w or -w option may be also be used to adjust width.

-w     Wide output.  Use this option twice for unlimited width.


So for my part, in my terminal, the COLUMNS envvar is different in function of the size of my window, from 86 to 131 etc...

so, I think we can definitively close this issue.

Thank you,
History
Date User Action Args
2018-10-24 21:09:04matrixisesetrecipients: + matrixise, eryksun, epsolos
2018-10-24 21:09:04matrixisesetmessageid: <1540415344.85.0.788709270274.issue35060@psf.upfronthosting.co.za>
2018-10-24 21:09:04matrixiselinkissue35060 messages
2018-10-24 21:09:04matrixisecreate