j
k
j a
j l
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.
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.
Back to the thread
Back to the list