Re: it, soRE: set -a leads to truncated output from ps

2024-06-14 Thread alex xmb sw ratchev
Art. 35 et seq. of the Financial Services Act > or an equivalent foreign product information sheet, e.g. a basic > information sheet pursuant to Regulation EU 1286/2014 for packaged > investment products for retail investors and insurance investment products > (PRIIPS KID). We cons

Re: it, soRE: set -a leads to truncated output from ps

2024-06-13 Thread Robert Elz
Date:Thu, 13 Jun 2024 14:41:24 + From:Alain BROSSARD via Bug reports for the GNU Bourne Again SHell Message-ID: | 1. Bash with -a , under some conditions, exports to the environment | the variable COLUMNS which it shouldn’t That one is debatable

Re: it, soRE: set -a leads to truncated output from ps

2024-06-13 Thread Greg Wooledge
On Thu, Jun 13, 2024 at 06:28:23PM +, Alain BROSSARD via Bug reports for the GNU Bourne Again SHell wrote: >My conclusion is that the variable COLUMNS gets “reset” when there is a > pipe in a command and further gets EXPORTED if “set -a” was set before hand : > > host:/$ COLUMNS=80 > hos

RE: it, soRE: set -a leads to truncated output from ps

2024-06-13 Thread Alain BROSSARD via Bug reports for the GNU Bourne Again SHell
ail investors and insurance investment products (PRIIPS KID). We consider your inquiries about our products and services as a request to contact you and send you relevant information. From: Oğuz Sent: Thursday, June 13, 2024 5:34 PM To: Alain BROSSARD Cc: bug-bash@gnu.org Subject: Re: it, soRE:

Re: it, soRE: set -a leads to truncated output from ps

2024-06-13 Thread Oğuz
On Thursday, June 13, 2024, Alain BROSSARD wrote: > > export COLUMNS=60 > > ps ax | grep java > > > > The output isn’t truncated. > > It is on my machine. You must have something in your PS1/PROMPT_COMMAND interfering. > It is critical that application’s behaviour do not get impacted by the >

it, soRE: set -a leads to truncated output from ps

2024-06-13 Thread Alain BROSSARD via Bug reports for the GNU Bourne Again SHell
Hi, It still doesn’t explain why this is happening. If you simply do : export COLUMNS=60 ps ax | grep java The output isn’t truncated. Remember that PS’s output goes through a pipe so the terminal width shouldn’t matter. Without “-a”, we always get the full output. It is critical t