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.
|
You're probably looking for |
|||||||
|
|
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):
|
||||
|
|
Edit it in vim, and use the set fileformat command.
|
|||
|
|
This is what I use, similar to Chealion:
|
|||||||||||
|