* Benny Siegert ([email protected]) wrote: > Other ways to get rid of the CRs are the "dos2unix" filter and opening > in vim, setting :set fileformat=unix and saving. vim in brief :se ff=unix if you are not a vim user, % tr -d '\r' < dosfile.txt > unixfile.txt should also work.
-- Pongthep Kulkrisada "Nothing ever exists entirely alone without relativity."
