
2 Aug
2001
2 Aug
'01
4:56 a.m.
Armel FAUVEAU a écrit :
I don't have the fromdos command, what is it's goal?
Here is an abstract of the man page :
You don't need such a non standard command to do that. tr is just fine: cat dirtyDosFile | tr -d '\r' > newCleanedFile And this command is available on all unix systems.