bug-gnu-utils
[Top][All Lists]
Advanced

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

sed bug, incorrect doc or me misunderstanding


From: Daniel Horchner
Subject: sed bug, incorrect doc or me misunderstanding
Date: Thu, 1 Nov 2001 21:47:41 +0100

Hello,

I encountered a problem with GNU sed 3.02 (both the DOS version and the one 
that comes with Red Hat Linux-GNU 7.1).
The following command
  sed "s/\n/EOL/g" testfile
should substitute all newline characters in testfile with the string EOL and 
send the output to stdout. However, sed seems to ignore the \n in REGEXP and 
doesn't replace anything.

The documentation states in section "sed Programs", subsection "Common 
Commands" that "newlines may appear in the REGEXP using the two character 
sequence `\n'."

Could you tell me what I do wrong or confirm that this is a bug?

Kind regards,
Daniel Horchner



reply via email to

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