"GYGAX,OTTO (HP-Corvallis,ex1)" wrote:
> 
> try this
> 
> sed -e "s/\r/\n/g" your_file_name > your_temp_file_name

tr -d '\r' < your_file_name > your_temp_file_name

(just another way, a bit simpler; there are another programs
exists also that especially does that, e.g. dos2unix etc).

Oh, ma, there are times this question pops up...
This should be in FAQs somewhere.

Regards,
 Michael.



_______________________________________________
Redhat-devel-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-devel-list

Reply via email to