How to insert a new line in Linux shell script?

Viewed 639935

I want to insert a new line between multiple echo statements. I have tried echo "hello\n", but it is not working. It is printing \n. I want the desired output like this:

Create the snapshots

Snapshot created
4 Answers
Related