If you have macports, you could install dos2unix from there. It installs a thing called "mac2unix" (yes, the names are different) in /opt/local/bin.
[user.computer dir]$ sudo port install dos2unix
should do what you want.
Then, you can convert a file using:
[user.computer dir]$ mac2unix foo.txt
which will convert the line endings in place.
The program dos2unix, for those files that have passed through Windows, is included in the "dos2unix" port as well.
Cheers,
Ben
On 29/4/2010, at 12:46 p.m., Alan wrote:
> Thanks guys.
>
> I am familiar to emacs and vi. I will check emacs.app because one of the
> issues I have with X editors is the copy and paste.
>
> Alan
>
> On Thu, Apr 29, 2010 at 17:22, David Watson <dewatson.olemiss.edu> wrote:
>
>> On Apr 29, 2010, at 11:13 AM, Alan wrote:
>>>
>>> Does anyone know a good reliable, simple editor in Mac that simply assure
>> me
>>> that I am working with Unix LF files no matter was the input EOL format?
>>
>> If vi and emacs are too complicated, you might try nano from the terminal.
>>
>>
>> _______________________________________________
>> AMBER mailing list
>> AMBER.ambermd.org
>> http://lists.ambermd.org/mailman/listinfo/amber
>>
_______________________________________________
AMBER mailing list
AMBER.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber
Received on Thu Apr 29 2010 - 10:30:03 PDT