I have a file exported from a mysql database which include \n
(literally) for end-of-line. This file is composed of one line only because the end-of-line symbol is not interpreted
my file is like this \n there is another line \n and I would like "\n" to be interpreted
How can I replace \n
with a actual new line?
There are a lot of answer to this question with notepad++ but I am on Linux. I tried this solution with emacs but C-q C-j
did not create a new line in my buffer.