<div class="markdown">
<p dir="auto">On 1 Feb 2016, at 19:17, Muster Hans wrote:</p>

<blockquote>
<p dir="auto">On 1 Feb 2016, at 19:05, Vlad Ghitulescu wrote:</p>

<blockquote>
<p dir="auto">Hi!</p>

<p dir="auto">On 1 Feb 2016, at 17:53, Muster Hans wrote:</p>

<blockquote>
<p dir="auto">New with BBEdit 11.5, which has just arrived today:</p>

<p dir="auto"><a href="http://www.barebones.com/support/bbedit/current_notes.html">http://www.barebones.com/support/bbedit/current_notes.html</a></p>

<hr>

<p dir="auto">When piping data into the bbedit tool, you can now add a line number specifier, and the and the insertion point will be placed at the start of the indicated line in the resulting document. For example:</p>

<h2>ls -la | bbedit +5</h2>

<p dir="auto">I've just tested this and it puts the cursor at the beginning of line 5, without selecting it.</p>
</blockquote>

<p dir="auto">Yep, I saw this too, <strong>BUT</strong> I cannot find an alternative to put the cursor at the bottom of the file.</p>
</blockquote>

<p dir="auto">Hmm.</p>

<p dir="auto">ls -la | wc -l<br>
 404<br>
ls -la | bbedit +9999</p>

<p dir="auto">puts the cursor on the last line of the file, a blank line in this example.</p>

<p dir="auto">Let's try a file which ends in a full line, but without <LF> at the end:</p>

<p dir="auto">bbedit +9999999 x.py # puts the cursor at the end of the last line.</p>

<p dir="auto">FWIW, I've been using TextWrangler in a similar way for newsgroup posts,<br>
called by slrn.  What I find there is that I want the cursor positioned<br>
at the beginning of the post body, so that I can start at the beginning<br>
and strip out unwanted quoted text, just leaving the relevant quoted text<br>
plus my reply (possibly interleaved where answering more than one point).</p>

<p dir="auto">Yes TW does select the entire line, but that's not a problem when I'm<br>
using the cursor keys to move down through the text before typing any<br>
text.</p>
</blockquote>

<p dir="auto">There's even a simpler solution!<br>
Here directly from Bare Bones' technical support:</p>

<p dir="auto"><em>(…)<br>
When you pipe data via the 'bbedit' tool, BBEdit will by default place the insertion point at the end of the piped data.<br>
Alternatively, you can make BBEdit place the insertion point at the top of file by including the '--view-top' parameter, or on any specific line by using the +<line_number> convention I mentioned before.<br>
(…)</em></p>

</div>