T
Tam OShanter
Hello,
I have a .NET application that FTP's text files to a Unix server for further
processing.
One of the step in the processing on the Unix server is running each text
file through the dos2unix utility.
dos2Unix converts Dos text file line endings to Unix line endings.
I wish to reduce the amount of processing on the server and also hopefully
process my files faster.
Any suggestions on how to go about this?
Any and all help is warrmly appreciated.
Rgds,
T.
I have a .NET application that FTP's text files to a Unix server for further
processing.
One of the step in the processing on the Unix server is running each text
file through the dos2unix utility.
dos2Unix converts Dos text file line endings to Unix line endings.
I wish to reduce the amount of processing on the server and also hopefully
process my files faster.
Any suggestions on how to go about this?
Any and all help is warrmly appreciated.
Rgds,
T.