Any guidance?
I have a text file that I read sequentially. If the text
file is DOS it reads line by line but in UNIX it reads the
whole file. Anybody have any ideas about determining if it is
a unix text file then converting it to a DOS file? I am thinking
that this is a CR/LF problem.
Thanks,
Brad
------------------
I have a text file that I read sequentially. If the text
file is DOS it reads line by line but in UNIX it reads the
whole file. Anybody have any ideas about determining if it is
a unix text file then converting it to a DOS file? I am thinking
that this is a CR/LF problem.
Thanks,
Brad
------------------
Comment