Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Mar 2001 10:45:28 -0800 (PST)
From:      mjanosi@uakron.edu
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/26153: sed G does not double space
Message-ID:  <200103271845.f2RIjSe17658@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         26153
>Category:       misc
>Synopsis:       sed G does not double space
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 27 10:50:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Miklos Janosi
>Release:        4.2
>Organization:
University of Akron
>Environment:
FreeBSD miki.dhs.org 4.2-RELEASE FreeBSD 4.2-RELEASE #0: Thu Jan 25 13:57:53 EST 2001     mjanosi@miki.dhs.org:/usr/src/sys/compile/MIKI  i386

>Description:
sed G should double space a file and it does not.
>How-To-Repeat:
# The following command and result
% (echo a; echo b; echo c) | sed G
a
b
c
%

# should be
% (echo a ; echo b ; echo c) | sed G
a

b

c

%
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200103271845.f2RIjSe17658>