get the terminal's size
Grant Edwards
grant.b.edwards at gmail.com
Mon Jan 14 12:28:50 EST 2019
On 2019-01-14, Schachner, Joseph <Joseph.Schachner at Teledyne.com> wrote:
> Note sure why you couldn't capture $ echo $COLUMNS from a subprocess
> call.
You can. But, the subprocess is going to inherit the value from the
Python program's environment, so it's just pointless complexity.
--
Grant Edwards grant.b.edwards Yow! I represent a
at sardine!!
gmail.com
More information about the Python-list
mailing list