Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 96 Bytes

replace-the-string-n-with-an-actual-newline.md

File metadata and controls

5 lines (4 loc) · 96 Bytes

How to replace the string \n with an actual newline

$ sed 's/\\n/\n/g' test.txt