Open katilp opened 2 years ago
https://stackoverflow.com/questions/38672680/replace-newlines-with-literal-n/38674872
$ cat file a b c $ awk '{printf "%s\\n", $0}' file a\nb\nc\n$
https://stackoverflow.com/questions/38672680/replace-newlines-with-literal-n/38674872