How to print new line in echo command?

You can use echo -e option with new line feed (\n) to print a new line with echo command.