I am trying to create a txt file in UNIX environment and building a
string using concat method. The requirement is to insert a new line
between the string value. I tried the following but nothing seems to
work.concat("FirstLine","\n","SecondLine);concat("FirstLine","\\n","SecondLine);concat("FirstLine","/\n","SecondLine);concat("FirstLine","
","SecondLine);concat("FirstLine","
","SecondLine);concat("FirstLine","
","SecondLine);concat("FirstLine","
","SecondLine);concat("FirstLine",CHAR(10),"Seco...