Re: Directory structuring

2012-06-27 Thread PaulAThompson
I have solved this problem. Please do not reply any more. Solution: 1) Ensure that cygwin was using a cygwin-native perl 2) Routine use of d2u to get the files to have *nix endings for lines not windows endings PaulAThompson wrote: > > I am very confused about the correct manner of defining

Re: Directory structuring

2012-06-26 Thread Larry Hall (Cygwin)
On 6/26/2012 6:45 PM, PaulAThompson wrote: Now I need to sort out the bash shell issue. I can't even get the bash shell to accept dir 'dir' is from the "coreutils" package which is installed by default. Check if you have '/usr/bin/dir.exe". If not, your installation is incomplete. -- Larry _

Re: Directory structuring

2012-06-26 Thread PaulAThompson
Larry Hall (Cygwin-X) wrote: > > 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

Re: Directory structuring

2012-06-26 Thread PaulAThompson
Larry Hall (Cygwin-X) wrote: > > 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

Re: Directory structuring

2012-06-26 Thread Larry Hall (Cygwin)
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