On Jan 18, 2007, at 4:08 PM, Sebastien Tandel wrote: > >> Is it safe to assume that dos2unix is available on a common UNIX >> developer machine?!? >> > > Nope, it is not ... :-/
No, but
tr -d '\015' <file_with_CR_LF_line_endings >file_with_LF_line_endings
will probably be available. (Unfortunately, "tr" isn't able to do
unix2dos.)
_______________________________________________
Wireshark-dev mailing list
[email protected]
http://www.wireshark.org/mailman/listinfo/wireshark-dev
