Minor User's Guide error

Bryan Higgins bryan@motet.com
Thu Jul 19 00:59:00 GMT 2001


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/



More information about the Cygwin mailing list