[Phpmyadmin-devel] extchg.sh

Benjamin Gandon gandon at isia.cma.fr
Thu Aug 2 04:56:59 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.






More information about the Developers mailing list