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 sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-Id: <200107190758.f6J7wLE14642@sonic.net> To: cygwin AT cygwin DOT com From: Bryan Higgins Reply-To: bryan AT motet DOT com Subject: Minor User's Guide error Date: Thu, 19 Jul 2001 00:58:21 -0700 It seems to me that for this example from the User's Guide to be a practical one Example 5. Example cygpath usage #!/bin/sh for i in `echo *.exe | sed 's/\.exe/cc/'` do notepad "`cygpath -w $i`" done the replacement string in the sed command should be ".cc" rather than "cc". -------- Bryan Higgins, Berkeley, California -- 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/