<div dir="ltr">Hi Comer,<div><br></div><div>that's not really something you'd expect to be built in, but the hooks are there to apply pretty much any scripting language to get the job done: for example, using Perl.</div>

<div><br></div><div>(In Textmate)</div><div><br></div><div>Text => Filter through command...</div><div><br></div><div>   perl -pe 's/\n/ / if ($.%2)'</div><div><br></div><div>This substitutes a space for the newline character at the end of the line if the line number ($.) is an odd number.</div>

<div><br></div><div>Cheers,</div><div>Paul</div><div><br></div></div>