Re: [mail_lists] Re: perl script to convert dos newlines to unix newlines...

2002-12-14 Thread Gary Stainburn
On Saturday 14 Dec 2002 8:51 am, christopher j bottaro wrote: > yes...thank you. i was going to post exactly that, but didn't know how to > phrase it. i'm very capable of producing a script/program in whatever > language that reads a line from input, edits the line, then writes the > edited line

Re: [mail_lists] Re: perl script to convert dos newlines to unix newlines...

2002-12-14 Thread christopher j bottaro
yes...thank you. i was going to post exactly that, but didn't know how to phrase it. i'm very capable of producing a script/program in whatever language that reads a line from input, edits the line, then writes the edited line to a new file (or stdout or whatever). but like Jim said, the ques

Re: [mail_lists] Re: perl script to convert dos newlines to unix newlines...

2002-12-14 Thread Jim
On Friday 13 December 2002 12:18, Gary Stainburn wrote: This still doesn't answer his question. He doesn't want to take up 20 Mb's of hdd space trying to do the edit. :) btw, in a regex \r\n works fine. :) - Jim | On Friday 13 Dec 2002 10:42 am, christopher j bottaro wrote: | > hey, | > i wan