Answers for "echo new line to file"

1

echo new line to file

echo $'username=user\npassword=pass' > ~/samba-credentials
Posted by: Guest on July-22-2020
2

echo new line

echo -e "hello\nworld"
Posted by: Guest on August-27-2020
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 "Shell/Bash"

Browse Popular Code Answers by Language