GNU bug report logs -
#42133
Error in 2nd example at www.gnu.org/software/sed/
Previous Next
Full log
View this message in rfc822 format
[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.