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 Message-ID: <394F8117.EF7EEB1C@cisco.com> Date: Tue, 20 Jun 2000 10:35:03 -0400 From: Zhiguang Qian Organization: CPVBU X-Mailer: Mozilla 4.51C-CISCOENG [en] (X11; U; SunOS 5.6 sun4u) X-Accept-Language: en MIME-Version: 1.0 To: cygwin AT sourceware DOT cygnus DOT com Subject: Bug of bash with sed operation ??? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi, Here is the sample. >>export MY=\aaa\bbb.c >>echo $MY | sed -e 's#\\#\/#g' >> /aaa/bbb.c >>out=`echo $MY | sed -e 's#\\#\/#g'` >> sed: -e expression #1, char 8: Unterminated `s' command Try it. Thanks. Zhiguang Qian -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com