| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT sources DOT redhat DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
| List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
| 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 <bryan AT motet DOT com> |
| 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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |