What Should I Consider When Transferring or Operating Data Between Different OSs?
Convert the format of a data file before importing the file.
Run the following command to convert the format of a file in the Windows OS to that in the Unix-like OS:
dos2unix {filename}
Run the following command to convert the format of a file in the Unix-like OS to that in the Windows OS:
unix2dos {filename}
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot