Sep 26
In order to replace a newline character in vi, say by the string “, ” the following command should do while being in vi:
:%s/\n/\,\ /g
In order to replace a newline character in vi, say by the string “, ” the following command should do while being in vi:
:%s/\n/\,\ /g
Recent Comments