Echo nueva línea
echo -e "hello\nworld"
Baraz
echo -e "hello\nworld"
echo -e "hello\nworld"
# Output
/*
* hello
* world
*/
echo -e "Line 1\nLine 2"