MLUG: Re: [MLUG] Re: text file cr/lf annoyance
Re: [MLUG] Re: text file cr/lf annoyance
Email address obfuscation in effect -- please click here to turn it off.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
On Wed, 2 Oct 2002, Stephen Montgomery-Smith wrote:

> #!/usr/bin/perl -i -p
> s/\r$//


I'll call that one d2u.  I think this is the way to do u2d:

#!/usr/bin/perl -i -p
s/$/\r/


Right?

I feel like I'm almost a programmer now.  ;-)

Mike

--
To unsubscribe, go to http://mlug.missouri.edu/members/edit.php

Archives are available at http://mlug.missouri.edu/list-archives/