help converting a windows text to linux text file

Go4Expert Member
13Oct2008,11:49   #1
micsom's Avatar
in a windows text file a new-line is represented by 13 10, but in linux it is represented by only 10...

i want to delete the 13 from my text files so that it shows only 10 and is compatible with linux..

logically my code is perfect, and i cant spot any errors...all my collegues have reviewed it too..

but still the 13 is not getting deleted..

please tell me how to delete the 13
Go4Expert Founder
13Oct2008,12:38   #2
shabbir's Avatar
Get an editor like Editplus or slick edit which does this for you
Go4Expert Member
13Oct2008,13:07   #3
micsom's Avatar
thanx, but i did it...all it needed was a little modification...as linux pads the entire vacent 32 bit...i had to take tht into concideration..

now my code is working fine..

thanx for ur help
Go4Expert Member
13Oct2008,16:49   #4
gk123987's Avatar
dos2unix filename