X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=4.0 required=5.0 tests=AWL,BAYES_50,BOTNET,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Message-id: <4FEA3545.5030507@cygwin.com> Date: Tue, 26 Jun 2012 18:18:45 -0400 From: "Larry Hall (Cygwin)" Reply-to: cygwin AT cygwin DOT com User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0) Gecko/20120428 Thunderbird/12.0.1 MIME-version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Directory structuring References: <34075389 DOT post AT talk DOT nabble DOT com> In-reply-to: <34075389.post@talk.nabble.com> Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7bit Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com On 6/26/2012 6:09 PM, PaulAThompson wrote: > > I am very confused about the correct manner of defining directory paths under > cygwin, perl, and bash. I cannot determine the correct manner. Using the > cygwin window, I navigate to locations using > > cd /cygdrive/c/subdir > > Using a bash shell to run a perl process under the shell and passing in a > directory, I must use a windows-style specification with *nix forward > slashes If you're using Cygwin's Perl, then you don't need to worry about windows-style paths. If you must, for some reason, use the Windows-native Perl, then check out 'man cygpath'. It will handle the file path conversions for you so you can stick with POSIX paths when you type. -- Larry _____________________________________________________________________ A: Yes. > Q: Are you sure? >> A: Because it reverses the logical flow of conversation. >>> Q: Why is top posting annoying in email? -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple