Hello Benjamin :) > 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. OK. It's more POSIX compliant :) Armel.