[Phpmyadmin-devel] extchg.sh

Benjamin Gandon gandon at isia.cma.fr
Thu Aug 2 05:06:01 CEST 2001


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.






More information about the Developers mailing list