Possible Duplicate:
Convert CRLF's to line feeds on Linux
How can I convert a DOS text file to Unix text file, so I can use my Linux parser properly?
How can I convert a DOS text file to Unix text file, so I can use my Linux parser properly? |
||||
|
|
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
dos2unix is a tool for converting line endings (I'm guessing doc txt was a typo?). |
|||
|
|
|
On Debian-derived (Ubuntu, etc) systems, you want the On RedHat-derived systems (RHEL, Centos, Fedora, etc), you want the |
|||
|
|
|
If you mean "how do I convert a plain-text file in DOS format to a plain-text file in UNIX format", try the dos2unix command. |
|||
|
|
Here's an explanation of how to use antiword to extract the text. |
|||
|
|
|
Do you mean: You want to convert Windows text files into Linux text files? If yes: There's a utility |
|||
|
|