Paul G. answered 11/23/19
Tutor
New to Wyzant
Professional Cybersecurity Engineer
Hello!
If you are attempting to add a newline to stdout, you can represent this with
\n
For example, if you're adding a new line after an echo statement, you could use something like this:
echo "Welcome to tutoring\n today"
Welcome to tutoring
today