How do you put a new line on the end of a line in a unix file using the File access Node.
you can create a variable called nl as such
var nl = "\r\n"
And append the variable to the end of the line.