Answers for "bash file new line"

1

echo new line in a file bash

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

shell echo new line into file

echo -en 'first line\nsecond line\nthird line\n' > file
Posted by: Guest on May-24-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language