Answers for "echo output newline"

5

echo new line

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

echo new line

echo -e "hello\nworld"
# Output
  /*
   * hello
   * world
   */
Posted by: Guest on August-27-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language