Your message dated Mon, 6 Jun 2005 15:57:09 -0400
with message-id <[EMAIL PROTECTED]>
and subject line retirement of woody
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--------------------------------------
Received: (at submit) by bugs.debian.org; 2 Apr 2004 19:18:22 +0000
>From [EMAIL PROTECTED] Fri Apr 02 11:18:22 2004
Return-path: <[EMAIL PROTECTED]>
Received: from goliath.speedpartner.de [62.241.52.125]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1B9UBK-0004XS-00; Fri, 02 Apr 2004 11:18:22 -0800
Received: (qmail 10451 invoked from network); 2 Apr 2004 19:18:20 -0000
Received: from acb458d9.ipt.aol.com (AUTH [EMAIL PROTECTED]) (172.180.88.217)
by goliath.speedpartner.de with SMTP; 2 Apr 2004 19:18:20 -0000
From: Martin Conrad <[EMAIL PROTECTED]>
Organization: http://www.praktikant-online.org
To: [EMAIL PROTECTED]
Subject: sed 3.02(woody): Problem with escaped characters
Date: Fri, 2 Apr 2004 21:18:18 +0200
User-Agent: KMail/1.5.4
MIME-Version: 1.0
Content-Disposition: inline
Message-Id: <[EMAIL PROTECTED]>
Content-Type: text/plain;
charset="iso-8859-15"
Content-Transfer-Encoding: 7bit
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.5 required=4.0 tests=BAYES_10,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level:
Package: sed
Version: 3.02
Hallo,
i have a problem with sed commands to replace escaped characters:
$ > echo -e "Hallo\tWelt\tEnde\r\nFeld1\tFeld2\tFeld3" | sed -e
's/\t/;/g'
Hallo Wel; Ende
Feld1 Feld2 Feld3
I have to run the sed command like this:
$ > echo -e "Hallo\tWelt\tEnde\r\nFeld1\tFeld2\tFeld3" | sed -e
's/ /;/g'
to get a proper result.
With the sed 4.0.9(testing) it runs fine:
$ > echo -e "Hallo\tWelt\tEnde\r\nFeld1\tFeld2\tFeld3" | sed -e
's/\t/;/g'
Hallo;Welt;Ende
Feld1;Feld2;Feld3
Best regards
Martin
---------------------------------------
Received: (at 241756-done) by bugs.debian.org; 6 Jun 2005 19:57:10 +0000
>From [EMAIL PROTECTED] Mon Jun 06 12:57:10 2005
Return-path: <[EMAIL PROTECTED]>
Received: from acolyte.scowler.net [216.254.112.45]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DfNig-0004qu-00; Mon, 06 Jun 2005 12:57:10 -0700
Received: by acolyte.scowler.net (Postfix, from userid 1000)
id D480C70046; Mon, 6 Jun 2005 15:57:09 -0400 (EDT)
Date: Mon, 6 Jun 2005 15:57:09 -0400
From: Clint Adams <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED], [EMAIL PROTECTED],
[EMAIL PROTECTED], [EMAIL PROTECTED]
Subject: retirement of woody
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.5.9i
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no
version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
X-CrossAssassin-Score: 2
Good riddance to woody.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]