Re: How to convert a MSDOS text file to Linux text file?

2002-06-01 Thread Natarajan
On Friday 31 May 2002 10:18, Alan Womack wrote: Oops I meant dos2unix not unix2dos. Sorry for the goof up. -- Natarajan - To unsubscribe from this list: send the line "unsubscribe linux-newbie" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majord

Re: How to convert a MSDOS text file to Linux text file?

2002-05-31 Thread Suriya Narayanan M S
On Saturday 01 June 2002 05:47 am, Natarajan wrote: > > What command line utility can I run on my txt files to fix this > > "problem"? > > > > Thanks > > Alan > > Use unix2dos that come with most of the standard distributions. $ cat file.dos | tr -d "\r" > file.unix Bye, Suriya Nar

Re: How to convert a MSDOS text file to Linux text file?

2002-05-31 Thread Natarajan
On Friday 31 May 2002 10:18, Alan Womack wrote: > A post up on the ldap list on another problem, suggested this can cause a > problem due to the MSDOS LF CR (CR LF?) appended to each line vs the LF in > unix land. > > What command line utility can I run on my txt files to fix this "problem"? > >

How to convert a MSDOS text file to Linux text file?

2002-05-31 Thread Alan Womack
I have a ldap base.ldif I made in windows, then via a samba share placed it on my linux box. A post up on the ldap list on another problem, suggested this can cause a problem due to the MSDOS LF CR (CR LF?) appended to each line vs the LF in unix land. What command line utility can I run on my