in reply to Re^3: Unable to run or troubleshoot a script...
in thread Unable to run or troubleshoot a script...
chomp (by default) removes the line end sequence used by the host OS so if you are running *nix and you have a file containing crlf line ends then you will get the cr left at the end of the line causing the password match to fail.
This being the case, is there a simple means to convert such DOS formated files to a 'nix format? My success in doing this, so far, has been to select, copy and paste the text to an empty 'nix file.
Thanks for the several helpful comments!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Unable to run or troubleshoot a script...
by clinton (Priest) on Jun 26, 2007 at 13:16 UTC | |
|
Re^5: Unable to run or troubleshoot a script...
by graff (Chancellor) on Jun 26, 2007 at 18:50 UTC |