This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Minor User's Guide error


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]