Answers for "how to add a new line in a bash file"

1

echo new line in a file bash

echo -e "Line 1\nLine 2"
Posted by: Guest on March-24-2021

Code answers related to "how to add a new line in a bash file"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language