GNU bug report logs - #42133
Error in 2nd example at www.gnu.org/software/sed/

Previous Next

Package: sed;

Reported by: James Waldby <j13 <at> pat7.com>

Date: Tue, 30 Jun 2020 01:10:01 UTC

Severity: normal

Full log


View this message in rfc822 format

From: James Waldby <j13 <at> pat7.com>
To: 42133 <at> debbugs.gnu.org
Subject: bug#42133: Error in 2nd example at www.gnu.org/software/sed/
Date: Mon, 29 Jun 2020 17:28:59 -0600
[Message part 1 (text/plain, inline)]
The second example at https://www.gnu.org/software/sed/ is as follows:

# Example: replace every occurrence of 'hello' with 'world' on lines 10-20
$ sed '10,20s/hello/world/' input.txt > output.txt

That sed command does not do what the comment says it does.

For example, if line 10 of input.txt is `hello hello` the output for 
that line is `world hello`.

Perhaps add a g switch after the third slash, or alternately, change the 
description to something like "on each of lines 10-20, replace the first 
occurrence (if any) of 'hello' with 'world'" or,



[Message part 2 (text/html, inline)]

This bug report was last modified 4 years and 354 days ago.

Previous Next


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