bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#58469: bug in my tr, version (GNU coreutils) 9.1


From: Anton Wessel
Subject: bug#58469: bug in my tr, version (GNU coreutils) 9.1
Date: Wed, 12 Oct 2022 01:34:49 +0200
User-agent: AquaMail/1.38.1 (build: 103801197)

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: <mailman.163.1665526797.1198.bug-coreutils@gnu.org>
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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]