Warning: mysqli::__construct(): (HY000/1203): User howardkn already has more than 'max_user_connections' active connections in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\includes\artfuncs.php on line 21
Failed to connect to MySQL: (1203) User howardkn already has more than 'max_user_connections' active connections
Warning: mysqli::query(): Couldn't fetch mysqli in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\index.php on line 66
Article <vgqb2q$d0bp$1@dont-email.me>
Deutsch   English   Français   Italiano  
<vgqb2q$d0bp$1@dont-email.me>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!eternal-september.org!feeder2.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Janis Papanagnou <janis_papanagnou+ng@hotmail.com>
Newsgroups: comp.unix.shell
Subject: Re: Splitting in shell (bash)
Date: Sun, 10 Nov 2024 14:05:29 +0100
Organization: A noiseless patient Spider
Lines: 20
Message-ID: <vgqb2q$d0bp$1@dont-email.me>
References: <vgo225$91aq$1@news.xmission.com>
 <vgphsj$9p84$1@news.xmission.com> <87msi74ia2.fsf@axel-reichert.de>
 <vgptv9$ahrg$1@dont-email.me> <vgpuiq$9ur0$1@news.xmission.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=windows-1252
Content-Transfer-Encoding: 7bit
Injection-Date: Sun, 10 Nov 2024 14:05:31 +0100 (CET)
Injection-Info: dont-email.me; posting-host="d99559fe2737adea7678849905abed87";
	logging-data="426361"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX19Mtum8EAZvd5cNUxyeaZf1"
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101
 Thunderbird/45.8.0
Cancel-Lock: sha1:zbIs8FfPqCAlWAKSqIw0HJB9ACY=
X-Enigmail-Draft-Status: N1110
In-Reply-To: <vgpuiq$9ur0$1@news.xmission.com>
Bytes: 1897

On 10.11.2024 10:32, Kenny McCormack wrote:
> 
> In fact, one of my motivations for posting is the hope that a bash dev
> might see this and be motivated to add the functionality to the shell.
> Then I wouldn't have to write it myself.

:-)

> 
> That and/or be motivated to fix the IFS handling in the shell.

What specifically are you referring to? - I can't imagine that there's
a bash specific bug with IFS since IFS handling is a very old concept
in Unixes' shell. - OTOH, I cannot think about changing long existing
behavior without breaking tons of code. This would at best [in bash]
lead to yet another 'shopt' setting to be explicitly activated. - But
how should it then behave?

Janis