I want to replace proxy list on linux from \n to \r\n.
I got line breaks pasted with just \n.
So I need to replace \n line breaks to \r\n.
How can I be make this change?
I want to replace proxy list on linux from \n to \r\n.
I got line breaks pasted with just \n.
So I need to replace \n line breaks to \r\n.
How can I be make this change?
unix2dos
is an utility which replaces Unix(\n) line breaks in a file with Windows(\r\n) line breaks.