GNU bug report logs - #21511
sed not performing as specified

Previous Next

Package: sed;

Reported by: Beagleburt <bruce.gilbert <at> gmail.com>

Date: Fri, 18 Sep 2015 07:54:01 UTC

Severity: normal

Done: Jim Meyering <jim <at> meyering.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Jim Meyering <jim <at> meyering.net>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#21511: closed (sed not performing as specified)
Date: Sat, 19 Sep 2015 16:37:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sat, 19 Sep 2015 09:35:40 -0700
with message-id <CA+8g5KEK28FxuA9qyc_rfE0TE5DrTqBa6TmSFgnm9s8rtVHL0A <at> mail.gmail.com>
and subject line Re: bug#21511: sed not performing as specified
has caused the debbugs.gnu.org bug report #21511,
regarding sed not performing as specified
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
21511: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=21511
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Beagleburt <bruce.gilbert <at> gmail.com>
To: bug-sed <at> gnu.org
Subject: sed not performing as specified
Date: Fri, 18 Sep 2015 18:14:28 +1200
[Message part 3 (text/plain, inline)]
I am doing an online course "Introduction to Linux"
[image: edX] Home Page <https://www.edx.org> LinuxFoundationX: LFS101x.2
Introduction to Linux
Chapter 13: Manipulating Text; Section 2. sed & awk

~$ cat > test1
This is a Sample Test File for the sed command.
The sed command is used to edit contents in a file.
For example, the sed command is used to replace words in a line or file.
~$ sed s/is/are/ test1
Thare is a Sample Test File for the sed command.
The sed command are used to edit contents in a file.
For example, the sed command are used to replace words in a line or file.

As you can see above the 1st instance of "is" in "This" is replaced by
"are" giving "Thare"; BUT the following two lines also have "is" replaced
by "are" EXCEPT for the "is" after "Thare". It is ALMOST as if I had
invoked the global: sed s/is/are/g test1 EXCEPT for the 2nd "is" after
"Thare"?

I am using sed version: sed (GNU sed) 4.2.2

'b'ye - Bruce Gilbert.



"For we have not been given a spirit of fear, but a spirit of Power; of
Love; & of a Sound Mind." 2nd Timothy, chapter 1, verse 7.
[Message part 4 (text/html, inline)]
[Message part 5 (message/rfc822, inline)]
From: Jim Meyering <jim <at> meyering.net>
To: Davide Brini <dave_br <at> gmx.com>
Cc: 21511-done <at> debbugs.gnu.org
Subject: Re: bug#21511: sed not performing as specified
Date: Sat, 19 Sep 2015 09:35:40 -0700
tags 21511 notabug
thanks

On Fri, Sep 18, 2015 at 1:39 AM, Davide Brini <dave_br <at> gmx.com> wrote:
...
>> "are" giving "Thare"; BUT the following two lines also have "is" replaced
>> by "are" EXCEPT for the "is" after "Thare". It is ALMOST as if I had
>> invoked the global: sed s/is/are/g test1 EXCEPT for the 2nd "is" after
>> "Thare"?
>
> Sed replaces the first instance of "is" in each line with "are". Nothing
> unexpected, no bug.

Thanks for responding Davide.
I'm responding to the bug-number address, but with "-done" inserted to
close the auto-created "issue": 21511-done <at> debbugs.gnu.org.
I added the two lines at the top of this message to record in the
issue database that this is not a bug.


This bug report was last modified 9 years and 300 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.