Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Feb 1995 01:46:10 -0800
From:      "Jordan K. Hubbard" <jkh@freefall.cdrom.com>
To:        John Utz <spaz@u.washington.edu>
Cc:        FreeBSD hackerlist <FreeBSD-hackers@freefall.cdrom.com>
Subject:   Re: Is something amiss in sed on 2.0 -R ? 
Message-ID:  <10628.793100770@freefall.cdrom.com>
In-Reply-To: Your message of "Sat, 18 Feb 1995 01:22:11 PST." <Pine.OSF.3.91a.950218011932.8218A-100000@saul3.u.washington.edu> 

next in thread | previous in thread | raw e-mail | index | archive | help
> cat xxfoo | sed -e s/$/\\/ > xxfoo.c
> sed: 1: "s/$/\/": unterminated substitute in regular expression

:-)

Try sed -e 's/$/\\/'

					Jordan



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