Re: covert dos format ascii file to unix format SOLVED

2000-12-05 Thread Bob Hartung
Okay, okay There are several programs to convert dos to unix. Thanks to all that responded! Bob [EMAIL PROTECTED] wrote: > > There is a free program that does just that www.textpad.com > > ___ > Redhat-list mailing list > [EMAIL PROTECTED] > ht

Re: covert dos format ascii file to unix format

2000-12-05 Thread AABAN34
There is a free program that does just that www.textpad.com ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: covert dos format ascii file to unix format

2000-12-05 Thread Kelly Scroggins
Open the file in vi and set it to save the file in unix format like this : :set ff=unix Then save the file like this : :w kelly Quoting Eric Sisler <[EMAIL PROTECTED]>: Bob Hartung <[EMAIL PROTECTED]> wrote: >Hi all, > Is there a utility to convert a basic dos ascii file to

Re: covert dos format ascii file to unix format

2000-12-05 Thread Eric Sisler
Bob Hartung <[EMAIL PROTECTED]> wrote: >Hi all, > Is there a utility to convert a basic dos ascii file to >the unix format that will deal with the carriage returns? I >thought there was a 'dostounix' program but I can't seem to >find it. 'flip' also works well. I have an RPM around for it so

Re: covert dos format ascii file to unix format

2000-12-05 Thread redhat
On Mon, Dec 04, 2000 at 05:21:18PM -0500, John Aldrich wrote: Hi, You can use zip zip will get the help Mettavihari > > Is there a utility to convert a basic dos ascii file to > > the unix format that will deal with the carriage returns? I > > thought there was a 'dostounix' program but

Re: covert dos format ascii file to unix format

2000-12-05 Thread Simone Lucarelli
On Fri, 01 Dec 2000 21:11:23 -0600 Bob Hartung <[EMAIL PROTECTED]> wrote: > Is there a utility to convert a basic dos ascii file to > the unix format that will deal with the carriage returns? This is my 'dos2unix' filter, based on a awk script and a shell script. Hope you like it. +

Re: covert dos format ascii file to unix format

2000-12-04 Thread Anthony E. Greene
On Fri, 1 Dec 2000, Bob Hartung wrote: > Is there a utility to convert a basic dos ascii file to >the unix format that will deal with the carriage returns? I >thought there was a 'dostounix' program but I can't seem to >find it. dos2unix -- Anthony E. Greene <[EMAIL PROTECTED]>

Re: covert dos format ascii file to unix format

2000-12-04 Thread David Talkington
-BEGIN PGP SIGNED MESSAGE- Bob - Do a web search for dos2unix (or check freshmeat). If you can't find it, email me privately, and I'll send you my copy. - -d - -- David Talkington Community Networking Initiative [EMAIL PROTECTED] 217-244-1962 PGP key: http://www.prairienet.org/~dt

RE: covert dos format ascii file to unix format

2000-12-04 Thread Hugh E Cruickshank
nday, December 04, 2000 14:21 > To: [EMAIL PROTECTED] > Subject: Re: covert dos format ascii file to unix format > > > On Fri, 01 Dec 2000, Bob Hartung wrote: > > Hi all, > > Is there a utility to convert a basic dos ascii file to > > the unix format that will deal wi

Re: covert dos format ascii file to unix format

2000-12-04 Thread John Aldrich
On Fri, 01 Dec 2000, Bob Hartung wrote: > Hi all, > Is there a utility to convert a basic dos ascii file to > the unix format that will deal with the carriage returns? I > thought there was a 'dostounix' program but I can't seem to > find it. > Yeah... you can find something like that on Fresh