[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: set -a leads to truncated output from ps
From: |
Chet Ramey |
Subject: |
Re: set -a leads to truncated output from ps |
Date: |
Fri, 21 Jun 2024 14:58:05 -0400 |
User-agent: |
Mozilla Thunderbird |
On 6/15/24 10:28 AM, Oğuz wrote:
Yes. All I'm saying is, a variable that affects how certain programs
behave when exported should not be implicitly exported by the shell,
the user should do it manually if he wants.
This is a non-sequitur -- the entire reason for using `set -a' is to have
every variable whose value changes placed in the environment. There are
dozens of environment variables that `affect how certain programs behave'.
Someone using `set -a' knows this. The issue is whether checkwinsize
should change LINES and COLUMNS, and yes, users expect it to. (In fact,
users expect the shell to set LINES and COLUMNS unconditionally, and have
opened bug reports to that effect.)
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRU [email protected] http://tiswww.cwru.edu/~chet/
OpenPGP_signature.asc
Description: OpenPGP digital signature
- RE: set -a leads to truncated output from ps, (continued)
- Re: set -a leads to truncated output from ps, Koichi Murase, 2024/06/14
- Re: set -a leads to truncated output from ps, Oğuz, 2024/06/15
- Re: set -a leads to truncated output from ps, Greg Wooledge, 2024/06/15
- Re: set -a leads to truncated output from ps, Koichi Murase, 2024/06/15
- Re: set -a leads to truncated output from ps, Koichi Murase, 2024/06/15
- Re: set -a leads to truncated output from ps, Oğuz, 2024/06/15
- Re: set -a leads to truncated output from ps,
Chet Ramey <=
- Re: set -a leads to truncated output from ps, alex xmb sw ratchev, 2024/06/21
- Re: set -a leads to truncated output from ps, Chet Ramey, 2024/06/21
- Re: set -a leads to truncated output from ps, alex xmb sw ratchev, 2024/06/21
- Re: set -a leads to truncated output from ps, Chet Ramey, 2024/06/21
- Re: set -a leads to truncated output from ps, Chet Ramey, 2024/06/21
- Re: set -a leads to truncated output from ps, Robert Elz, 2024/06/14
- RE: set -a leads to truncated output from ps, Alain BROSSARD, 2024/06/15
- Re: set -a leads to truncated output from ps, Robert Elz, 2024/06/15