From unknown Mon Jun 16 23:55:07 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#58469 <58469@debbugs.gnu.org> To: bug#58469 <58469@debbugs.gnu.org> Subject: Status: bug in my tr, version (GNU coreutils) 9.1 Reply-To: bug#58469 <58469@debbugs.gnu.org> Date: Tue, 17 Jun 2025 06:55:07 +0000 retitle 58469 bug in my tr, version (GNU coreutils) 9.1 reassign 58469 coreutils submitter 58469 Anton Wessel severity 58469 normal tag 58469 notabug thanks From debbugs-submit-bounces@debbugs.gnu.org Wed Oct 12 09:19:17 2022 Received: (at submit) by debbugs.gnu.org; 12 Oct 2022 13:19:17 +0000 Received: from localhost ([127.0.0.1]:56134 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oibdj-0002js-2L for submit@debbugs.gnu.org; Wed, 12 Oct 2022 09:19:17 -0400 Received: from lists.gnu.org ([209.51.188.17]:41198) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oiOmC-0000F9-9R for submit@debbugs.gnu.org; Tue, 11 Oct 2022 19:35:12 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:47282) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oiOmC-0000na-3r for bug-coreutils@gnu.org; Tue, 11 Oct 2022 19:35:08 -0400 Received: from mailout05.t-online.de ([194.25.134.82]:58358) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oiOmA-0000CJ-5A for bug-coreutils@gnu.org; Tue, 11 Oct 2022 19:35:07 -0400 Received: from fwd81.dcpf.telekom.de (fwd81.aul.t-online.de [10.223.144.107]) by mailout05.t-online.de (Postfix) with SMTP id DA4A3D315 for ; Wed, 12 Oct 2022 01:34:56 +0200 (CEST) Received: from [192.168.178.21] ([82.135.81.102]) by fwd81.t-online.de with (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384 encrypted) esmtp id 1oiOlu-2XDZfU0; Wed, 12 Oct 2022 01:34:50 +0200 From: Anton Wessel To: Date: Wed, 12 Oct 2022 01:34:49 +0200 Message-ID: <183c9669da8.290c.4db2f0903e3357e02e1e905bf0d8e41b@t-online.de> In-Reply-To: <183c93acae8.290c.4db2f0903e3357e02e1e905bf0d8e41b@t-online.de> References: <183c93acae8.290c.4db2f0903e3357e02e1e905bf0d8e41b@t-online.de> User-Agent: AquaMail/1.38.1 (build: 103801197) Subject: bug in my tr, version (GNU coreutils) 9.1 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="183c966a0d21137290c56a8809" X-TOI-EXPURGATEID: 150726::1665531290-DBFE97E2-439C405E/0/0 CLEAN NORMAL X-TOI-MSGID: ab50fd3a-16db-46fc-9fb5-d2ef3c485dd8 Received-SPF: none client-ip=194.25.134.82; envelope-from=Anton_Wessel@t-online.de; helo=mailout05.t-online.de X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, FREEMAIL_FROM=0.001, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Wed, 12 Oct 2022 09:19:12 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) This is a multi-part message in MIME format. --183c966a0d21137290c56a8809 Content-Type: text/plain; format=flowed; charset="UTF-8" Content-Transfer-Encoding: 8bit addendum: I have more problems and other problems too. test: echo -e "a\n\nb" | sed 's/\n//g does not handle \n for newline. I have to make more investgations. Excuse me. ===== in OS KNOPPIX 9.1 your email: +++++ Verzeichnis: Anton_Wessel@t-onli…/INBOX Betreff: Welcome to the "Bug-coreutils" mailing list (Digest mode) Von: bug-coreutils-request@gnu.org An: Anton_Wessel@t-online.de Datum: 12. Okt. 00:19 Reply-To: bug-coreutils-request@gnu.org Message-ID: Größe: 3,29 KB ----- test: echo -e "a\n\nb" | tr -s '\n' or echo -e "a\n\nb" | tr -s '\n' '\n' both empty lines are removed, not only one. Please: is there a wayaround known? Regards Anton_Wessel@t-online.de --183c966a0d21137290c56a8809 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
addendum:

I have more problems and other problems too.
test:

echo -e "a\n\nb" | sed 's/\n//g

does not handle \n for newline.

<= /div>
I have to make more investgations.
Excuse me.


=3D=3D=3D=3D=3D


in OS KNOPPIX 9.1

your email:<= /div>
+++++

Verze= ichnis: Anton_Wessel@t-onli=E2=80=A6/INBOX
Betreff: Welcome to the "Bug-coreutils" mailing list (Digest mode) Von: bug-coreutils-request@gnu.org
An: Anton_Wessel@t-online.de
Datum: 12. Okt.  00:19
Reply-To: bug-coreutils-request@gnu.org
Message-ID: <mailman.163.1665526797.1198.bug-coreutils@gnu.org>= ;
Gr=C3=B6=C3=9Fe: 3,29 KB

-----

test:

echo -e "a\n\nb" | tr -s '\n'

or

<= div dir=3D"auto">echo -e "a\n\nb" | tr -s '\n' '\n'
=
both empty lines are removed, not only one.

Please: is there a wayaroun= d known?


Regards

Ant= on_Wessel@t-online.de


--183c966a0d21137290c56a8809-- From debbugs-submit-bounces@debbugs.gnu.org Wed Oct 12 14:13:52 2022 Received: (at control) by debbugs.gnu.org; 12 Oct 2022 18:13:53 +0000 Received: from localhost ([127.0.0.1]:58412 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oigEq-00051p-N4 for submit@debbugs.gnu.org; Wed, 12 Oct 2022 14:13:52 -0400 Received: from zimbra.cs.ucla.edu ([131.179.128.68]:53878) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oigEp-00051Z-5z for control@debbugs.gnu.org; Wed, 12 Oct 2022 14:13:51 -0400 Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id BD181160080 for ; Wed, 12 Oct 2022 11:13:45 -0700 (PDT) Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id FsZ-q0hP3CVd for ; Wed, 12 Oct 2022 11:13:45 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 276AE160082 for ; Wed, 12 Oct 2022 11:13:45 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.9.2 zimbra.cs.ucla.edu 276AE160082 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cs.ucla.edu; s=78364E5A-2AF3-11ED-87FA-8298ECA2D365; t=1665598425; bh=/VH944WNFvbaoTZHVz3MEgJVjDbaQnqXL+4SMS6VYdY=; h=Message-ID:Date:MIME-Version:To:From:Subject:Content-Type: Content-Transfer-Encoding; b=RCtcPJirXhvhHH8oD5cNfYawLNGsXYcxCTntVL2dK5Ma/U7sc7GlpRa+gECa/mlg4 OaYcG14vc7liVfjKoP1I46SARxZRXMoEJvSYpURpFlfh8Khsssm1G7Fp/9e03lrY31 uGCsZQA/rRjFqnPgMIxjTiGLj5rIYMLle/2kr+GQ= X-Virus-Scanned: amavisd-new at zimbra.cs.ucla.edu Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id o1Rs-Tbeg50T for ; Wed, 12 Oct 2022 11:13:45 -0700 (PDT) Received: from [192.168.1.9] (cpe-172-91-119-151.socal.res.rr.com [172.91.119.151]) by zimbra.cs.ucla.edu (Postfix) with ESMTPSA id 06E86160080 for ; Wed, 12 Oct 2022 11:13:45 -0700 (PDT) Message-ID: <4b1da668-b325-1776-11ad-97feafd9a72f@cs.ucla.edu> Date: Wed, 12 Oct 2022 11:13:44 -0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.2.2 Content-Language: en-US To: control@debbugs.gnu.org From: Paul Eggert Subject: 58469 and 58470 are not bugs Organization: UCLA Computer Science Department Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) tag 58470 notabug tag 58469 notabug close 58469 close 58470 From unknown Mon Jun 16 23:55:07 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 10 Nov 2022 12:24:12 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator