On Thu, Oct 1, 2009 at 10:35 AM, steve <[email protected]> wrote: > However when I do a file command on both the files, the one > that works and does not work they both come up as > > ASCII English text, with CRLF, LF line terminators
CRs in a file can mess things up on Linux. I'd recommend backup them both up, then running dos2unix[1] on both of them. In Ubuntu dos2unix is part of the tofrodos package: $ which dos2unix | xargs dpkg -S tofrodos: /usr/bin/dos2unix That may resolve your issue. In any case, please post back and let us know how things go. [1] http://linux.die.net/man/1/dos2unix Regards, - Robert --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Linux Users Group. To post a message, send email to [email protected] To unsubscribe, send email to [email protected] For more options, visit our group at http://groups.google.com/group/linuxusersgroup -~----------~----~----~----~------~----~------~--~---
