Phoenix.pm: Mac/Windows -> Unix line endings

Pablo Velasquez pablo at dosomething.org
Fri Nov 5 15:52:34 CST 1999


Hi,
This is a vaguely related tangent. I use a program called EditPlus which
has color syntax and many great features, like unlimited "undo". Very handy.

I write my scripts on NT/test on NT(have a full duplicate system), then
just upload my files to the Linux box.

EditPlus is great for coding, at least I've found it to be. The color
coding templates, choose your own colors for different types of quoting,
variables, on and on. Unlimited "undo"... Also you get this nice panel of
all your open scripts. 

It's shareware, here is a link for info and download:

http://download.cnet.com/downloads/0-10084-100-917205.html?tag=st.dl.10001_1
03_1.lst.titledetail

Well, just thought you might find it interesting.

-Pablo

At 01:11 PM 11/5/99 -0700, you wrote:
>Will Doug or someone please enlighten me.  Does this mean
>that the output from programs such as dos2ux or dos2unix
>is unacceptable, or is this simply 'I'd rather do it myself'?
>
>  -- Ron
>
>
>
>-----Original Message-----
>From: Douglas E. Miles [mailto:doug.miles at bpxinternet.com]
>Sent: Friday, November 05, 1999 10:13 AM
>To: Phoenix.pm
>Subject: Phoenix.pm: Mac/Windows -> Unix line endings
>
>
>This is a little script that I use to convert Mac/Windows format files
>to Unix format:
>
>#!/usr/bin/perl -pi
>
>s/\r\n?/\n/g;
>
>Enjoy!
>
>-- 
>For a list of the ways which technology has failed
>to improve our quality of life, press 3.
>




More information about the Phoenix-pm mailing list