Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Sat, 15 Feb 2003 20:32:38 +0900 (LMT) Message-Id: <20030215.203238.01365686.kei@comrade.co.jp> To: cygwin AT cygwin DOT com Subject: sed problem From: Kei Tsuji Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit I'm using sed on cygwin. I have a problem with -i option. ----- ----- ----- ----- ----- kei AT cygwin% cat test apple kei AT cygwin% ls test kei AT cygwin% cat test apple kei AT cygwin% sed -i "s/apple/orange/g" test kei AT cygwin% cat test apple kei AT cygwin% ls sed003980 test kei AT cygwin% cat sed003980 orange kei AT cygwin% ??? ----- ----- ----- ----- ----- I have no idea of what's happening. The version before this newest version seemed to work fine, but I forgot that version number... Does anybody have the same problem with me? And how can I fix this problem? Thank you in advance. ----- ----- ----- ----- ----- Environments OS : Windows2000 Professinal SP3 Processor : Pentium3 1G software versions kei AT cygwin% uname -srv CYGWIN_NT-5.1 1.3.20(0.73/3/2) 2003-02-08 12:10 kei AT cygwin% sed -V GNU sed version 4.0.1 ----- ----- ----- ----- ----- -- Kei Tsuji -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/