Answers for "linux echo with line break"

1

php line break in echo

echo "Thanks for your email" ."<br>". "Your orders details are below:"
Posted by: Guest on March-27-2021
5

echo new line

echo -e "hello\nworld"
Posted by: Guest on August-27-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language