<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: vi column number in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/vi-column-number/m-p/2777104#M76255</link>
    <description>A useful feature is the | (pipe) which will take you to a particular column.&lt;BR /&gt;&lt;BR /&gt;i.e. 50| will position the cursor on column 50.&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;&lt;BR /&gt;Chris</description>
    <pubDate>Wed, 31 Jul 2002 20:42:49 GMT</pubDate>
    <dc:creator>Chris Lonergan</dc:creator>
    <dc:date>2002-07-31T20:42:49Z</dc:date>
    <item>
      <title>vi column number</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vi-column-number/m-p/2777099#M76250</link>
      <description>How do you display the column number in vi?&lt;BR /&gt;&lt;BR /&gt;thanks,&lt;BR /&gt;steve</description>
      <pubDate>Wed, 31 Jul 2002 20:21:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vi-column-number/m-p/2777099#M76250</guid>
      <dc:creator>Steve_3</dc:creator>
      <dc:date>2002-07-31T20:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: vi column number</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vi-column-number/m-p/2777100#M76251</link>
      <description>vi doesn't.&lt;BR /&gt;&lt;BR /&gt;but "vim" does. Check it out the software porting and archive center.&lt;BR /&gt;&lt;BR /&gt;It runs like "vi" but with extensions.&lt;BR /&gt;&lt;BR /&gt;-- Rod Hills</description>
      <pubDate>Wed, 31 Jul 2002 20:26:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vi-column-number/m-p/2777100#M76251</guid>
      <dc:creator>Rodney Hills</dc:creator>
      <dc:date>2002-07-31T20:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: vi column number</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vi-column-number/m-p/2777101#M76252</link>
      <description>vi cannot do this, to my knowledge.&lt;BR /&gt;You can do thing slike show line numbers by giving the ex cmd &lt;BR /&gt;:se num&lt;BR /&gt;in the vi sesion, but not columns.&lt;BR /&gt;&lt;BR /&gt;see man ex for more info.</description>
      <pubDate>Wed, 31 Jul 2002 20:28:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vi-column-number/m-p/2777101#M76252</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2002-07-31T20:28:00Z</dc:date>
    </item>
    <item>
      <title>Re: vi column number</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vi-column-number/m-p/2777102#M76253</link>
      <description># vi filename&lt;BR /&gt;&lt;BR /&gt;Then enter the following and hit enter:&lt;BR /&gt;:set number&lt;BR /&gt;&lt;BR /&gt;Hai</description>
      <pubDate>Wed, 31 Jul 2002 20:28:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vi-column-number/m-p/2777102#M76253</guid>
      <dc:creator>Hai Nguyen_1</dc:creator>
      <dc:date>2002-07-31T20:28:05Z</dc:date>
    </item>
    <item>
      <title>Re: vi column number</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vi-column-number/m-p/2777103#M76254</link>
      <description>you can use &lt;BR /&gt;:set number&lt;BR /&gt;to see the line numbers, but as far as I know, you can't show column numbers.  For a list of options in vi,  type in&lt;BR /&gt;:set all</description>
      <pubDate>Wed, 31 Jul 2002 20:37:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vi-column-number/m-p/2777103#M76254</guid>
      <dc:creator>Ian Kidd_1</dc:creator>
      <dc:date>2002-07-31T20:37:01Z</dc:date>
    </item>
    <item>
      <title>Re: vi column number</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vi-column-number/m-p/2777104#M76255</link>
      <description>A useful feature is the | (pipe) which will take you to a particular column.&lt;BR /&gt;&lt;BR /&gt;i.e. 50| will position the cursor on column 50.&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;&lt;BR /&gt;Chris</description>
      <pubDate>Wed, 31 Jul 2002 20:42:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vi-column-number/m-p/2777104#M76255</guid>
      <dc:creator>Chris Lonergan</dc:creator>
      <dc:date>2002-07-31T20:42:49Z</dc:date>
    </item>
    <item>
      <title>Re: vi column number</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vi-column-number/m-p/2777105#M76256</link>
      <description>Hi Steve&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;:se nu&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;in the vi mode will giv the col no. but to know about rows you need vim or some other editor .&lt;BR /&gt;&lt;BR /&gt;vim can be had from :&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.vim.org/" target="_blank"&gt;http://www.vim.org/&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava</description>
      <pubDate>Wed, 31 Jul 2002 20:43:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vi-column-number/m-p/2777105#M76256</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2002-07-31T20:43:49Z</dc:date>
    </item>
  </channel>
</rss>

