web123456

Line breaking method of echo command in linux

echo -e "text1\ntext2"

Output result

text1

text2