<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Hello<br><br>Can anyone tell me how I remove newlines from a text file. I'm trying to use SED but an finding it difficult to find what I'm looking for (not being helped by not being too familiar with it).<br><br>I'm want to use it with to take away newlines for when I'm converting text to speech using text2wave. An example of what I've tried to do follows, but this just an error message.<br><br>&nbsp;cat -A /home/ron/test | sed -e&nbsp; -n | text2wave -o test.wav<br><br>Thanks for any help<br><br>Ron<br><br><br><br></td></tr></table><br>