
2 Aug
2001
2 Aug
'01
5:06 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. The script remove_control_m.sh in the cvs seems to be here to do that kind of job.