When writing to a file, how do u add a new line.... example
$var | $var | $var |
INTO
I want to do this without appending, I think the code for a new line is "n\"
Very close.... it is \n
thanks man..... thread resolved