[EMAIL PROTECTED] wrote: > > Can anyone here recommend a good utility program for removing > the CTRL + LF characters, i.e, the "^M" characters from the > ends of lines in DOS text files? > > I would suppose there must exist some good work-arounds and > other solutions to handle the problem. Does anyone here > know of a simple way to deal with it?
----------------- dos2unix filename ----------------- This will convert the file from DOS format to Unix format (or vice versa). dos2unix is part of BasicLinux. :-) Cheers, Steven _______________________________________________ http://homepages.ihug.co.nz/~ichi/baslinux.html
