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

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

sed bug?


From: Barrett, Michael [NCSUS]
Subject: sed bug?
Date: Mon, 13 May 2002 08:37:25 -0400

Hi --

I'm uncertain if this is a bug, but I've never seen this behavior on a UNIX system:

I cannot include whitespace as the regex in a substitute command. I want to take a fixed-location file of many records and change all multi-space substring to commas in order to change the file to a set of comma-separated values.

I attempt commands such as:
        sed s/  +/,/g < exp.dat

and receive error:
        sed: -e _expression_ #1, char 2: Unterminated `s' command

I cannot find any indication that whitespace is treated differently in the on-line man pages, and examples in the O'Reilly "Awk and Sed" book specifically use white space, yet fail to work with this tool.

Can you provide any feedback. Is this a known bug?

Thanks.


reply via email to

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