Hi,
Maybe it cannot be done but I would like any help I am offered.
I have text appending to a text file like the example below.
text1 text2 text3 text4 etc....
What I would like to do is run a script to change the white spaces so the text in the text file would look like this..
text1\ntext2\ntext3\ntext4\n etc....
When I use Unix utilities the \n means new line so how can I change or append the text to a file in this format??
Regards
Ian
Maybe it cannot be done but I would like any help I am offered.
I have text appending to a text file like the example below.
text1 text2 text3 text4 etc....
What I would like to do is run a script to change the white spaces so the text in the text file would look like this..
text1\ntext2\ntext3\ntext4\n etc....
When I use Unix utilities the \n means new line so how can I change or append the text to a file in this format??
Regards
Ian