Is there a quick way to convert text file from Unix line breaks to Windows ones in Unix environment? I thought there could be a standard utility.
|
feedback
|
|
You're probably looking for | |||||
feedback
|
|
One option is to use Another is to use a text editor: For your favourite GUI based editor (eg. jedit) I recommend checking the manual or Google. Lastly if you don't want to deal with a text editor and just do it using more common utilities and such (or don't have unix2dos installed):
| ||||
feedback
|
|
Edit it in vim, and use the set fileformat command.
| |||
feedback
|