print new line character in Unix / Linux
This is quick post on print new line character in Unix / Linux. Here, we will share two methods of print / echo new line character. Generally , when we do bash/shell scripting most of the time we require this. Let’s start this essential basic of bash/shell scripting. echo command : new line character In…