(re line numbers) Ah, I should have said, that was in VMS. I did get
VIM for VMS though but I was never a maestro. There are happier VMS
installations with unix workalike interfaces, not there then though.<br>
Peter<br><br><div><span class="gmail_quote">On 7/21/08, <b class="gmail_sendername">Perry E. Metzger</b> &lt;<a href="mailto:perry@piermont.com">perry@piermont.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br> stephen mulcahy &lt;<a href="mailto:smulcahy@aplpi.com">smulcahy@aplpi.com</a>&gt; writes:<br> &gt; Peter St. John wrote:<br> &gt;&gt; Line numbers are super convenient for peer-review, so humans can<br> &gt;&gt; refer to lines. I&#39;ve written C programs just to preprend every line<br>
 &gt;&gt; with a consequtive integer.<br> &gt;&gt; Peter<br> &gt;<br> &gt; cat -n is your friend.<br> <br> and if it didn&#39;t exist, the corresponding awk program is:<br> <br>&nbsp;&nbsp;awk &#39;{printf &quot;%d %s\n&quot;, FNR, $0}&#39;<br>
 <br> and Unix has about 10 other trivial ways to do this. (That&#39;s probably<br> not even the simplest awk program, but I&#39;m lazy today.)<br> <br><br> Perry<br> </blockquote></div><br>