To replace a character with a newline in Vim, use the substitution command (:s) with \r … How to replace a character by a newline in Vim ?Read more
newline
How do I print a newline in Bash?
To print a newline in Bash, you have several methods depending on your use case. Below … How do I print a newline in Bash?Read more