Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com From: Chris Faylor Date: Tue, 21 Mar 2000 20:32:29 -0500 To: cygwin AT sourceware DOT cygnus DOT com Subject: Re: odd sed behavior Message-ID: <20000321203229.C22262@cygnus.com> Reply-To: cygwin AT sourceware DOT cygnus DOT com Mail-Followup-To: cgf AT cygnus DOT com, cygwin AT sourceware DOT cygnus DOT com References: <034a01bf939b$fa1d4760$0a32a8c0 AT rainsound DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.1.8i In-Reply-To: <034a01bf939b$fa1d4760$0a32a8c0@rainsound.com>; from mobrien@pixar.com on Tue, Mar 21, 2000 at 05:14:28PM -0800 On Tue, Mar 21, 2000 at 05:14:28PM -0800, Michael O'Brien wrote: >When using the 20.1 version of cygwin, I'm seeing the following >strange-ness. From the command prompt: > > F:\>sort -u a.msg | sed 's/[\\"]/\\&/g;s/.*/\"&\",/' > sed: -e expression #1, char 21: Unterminated `s' command > The system cannot find the path specified. > > F:\>sort -u a.msg | sed 's/[\\"]/\\&/g;s/.*/&,/' > >Anyone have any ideas why this doesn't work? I don't believe that B20.1 understands the "'" (apostrophe) quote character. cgf -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com