| delorie.com/archives/browse.cgi | search |
| X-Recipient: | archive-cygwin AT delorie DOT com |
| X-Spam-Check-By: | sourceware.org |
| MIME-Version: | 1.0 |
| Subject: | RE: Unable to access file from shell script (XP configure problem?) |
| Date: | Thu, 25 Oct 2007 19:03:51 +0200 |
| Message-ID: | <AB5E58B87EB73C46A38073D8F459F11335B903@dataspheresrv01> |
| In-Reply-To: | <E4EA239D9BC4F84A984FE6C7F115EE7F02742E3E@mpexch3.nt.ingenuity.com> |
| From: | "Patrick Monnerat" <Patrick DOT Monnerat AT datasphere DOT ch> |
| To: | <cygwin AT cygwin DOT com> |
| X-Virus-Status: | Clean |
| X-IsSubscribed: | yes |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Id: | <cygwin.cygwin.com> |
| List-Unsubscribe: | <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
| X-MIME-Autoconverted: | from quoted-printable to 8bit by delorie.com id l9PH47DS010205 |
Ramon Felciano wrote: > ---------------------------------------------------- > : No such file or directoryramon.txt > ---------------------------------------------------- > which looks like it is an error message that overwrote the "/cygdrive/c/Downloads/ramon.txt" pathname. Your shell script as CRLF-ending lines, while cygwin uses \n-ending lines. The shell considers the CR at the end of script line 'cat "$@"' as being part of the file name: there is no such file and the error message is overwritten at display time. A solution is to convert your script using dos2unix -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |