<?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: what is the command or keys I can enter in vi in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/what-is-the-command-or-keys-i-can-enter-in-vi/m-p/3403704#M201338</link>
    <description>From vi:&lt;BR /&gt;&lt;BR /&gt;:set list&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 19 Oct 2004 17:25:52 GMT</pubDate>
    <dc:creator>Geoff Wild</dc:creator>
    <dc:date>2004-10-19T17:25:52Z</dc:date>
    <item>
      <title>what is the command or keys I can enter in vi</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-is-the-command-or-keys-i-can-enter-in-vi/m-p/3403701#M201335</link>
      <description>to show me some weired characters within a plain UNIX file.&lt;BR /&gt;&lt;BR /&gt;thanks,</description>
      <pubDate>Tue, 19 Oct 2004 17:18:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-is-the-command-or-keys-i-can-enter-in-vi/m-p/3403701#M201335</guid>
      <dc:creator>Hanry Zhou</dc:creator>
      <dc:date>2004-10-19T17:18:11Z</dc:date>
    </item>
    <item>
      <title>Re: what is the command or keys I can enter in vi</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-is-the-command-or-keys-i-can-enter-in-vi/m-p/3403702#M201336</link>
      <description>Hi Hanry,&lt;BR /&gt;&lt;BR /&gt;One way is to run 'cat -v &lt;FILE&gt;' to see those characters.&lt;BR /&gt;&lt;BR /&gt;-Sri&lt;/FILE&gt;</description>
      <pubDate>Tue, 19 Oct 2004 17:19:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-is-the-command-or-keys-i-can-enter-in-vi/m-p/3403702#M201336</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-10-19T17:19:07Z</dc:date>
    </item>
    <item>
      <title>Re: what is the command or keys I can enter in vi</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-is-the-command-or-keys-i-can-enter-in-vi/m-p/3403703#M201337</link>
      <description>no, cat -v file doesn't work.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I want to see all characters, like "tab", "space", ...</description>
      <pubDate>Tue, 19 Oct 2004 17:22:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-is-the-command-or-keys-i-can-enter-in-vi/m-p/3403703#M201337</guid>
      <dc:creator>Hanry Zhou</dc:creator>
      <dc:date>2004-10-19T17:22:09Z</dc:date>
    </item>
    <item>
      <title>Re: what is the command or keys I can enter in vi</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-is-the-command-or-keys-i-can-enter-in-vi/m-p/3403704#M201338</link>
      <description>From vi:&lt;BR /&gt;&lt;BR /&gt;:set list&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Oct 2004 17:25:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-is-the-command-or-keys-i-can-enter-in-vi/m-p/3403704#M201338</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2004-10-19T17:25:52Z</dc:date>
    </item>
    <item>
      <title>Re: what is the command or keys I can enter in vi</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-is-the-command-or-keys-i-can-enter-in-vi/m-p/3403705#M201339</link>
      <description>cat -vt filename&lt;BR /&gt; &lt;BR /&gt;Including "t" option will dispay tabs, formfeeds, etc as printable text.&lt;BR /&gt; &lt;BR /&gt;HTH&lt;BR /&gt; &lt;BR /&gt;-- Rod Hills</description>
      <pubDate>Tue, 19 Oct 2004 17:41:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-is-the-command-or-keys-i-can-enter-in-vi/m-p/3403705#M201339</guid>
      <dc:creator>Rodney Hills</dc:creator>
      <dc:date>2004-10-19T17:41:52Z</dc:date>
    </item>
    <item>
      <title>Re: what is the command or keys I can enter in vi</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-is-the-command-or-keys-i-can-enter-in-vi/m-p/3403706#M201340</link>
      <description>tab and space are not weird characters. Use Geoff's suggestion if you want to see tabs. &lt;BR /&gt;&lt;BR /&gt;One another way is, take a copy of the file. Run 'vi' on it and in side vi do&lt;BR /&gt;&lt;BR /&gt;:%s/[&lt;PRESS_SPACE&gt;]/&lt;SPACE&gt;/g&lt;BR /&gt;:%s/[&lt;PRESS_TAB&gt;]/&lt;TAB&gt;/g&lt;BR /&gt;&lt;BR /&gt;-Sri&lt;/TAB&gt;&lt;/PRESS_TAB&gt;&lt;/SPACE&gt;&lt;/PRESS_SPACE&gt;</description>
      <pubDate>Tue, 19 Oct 2004 17:44:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-is-the-command-or-keys-i-can-enter-in-vi/m-p/3403706#M201340</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-10-19T17:44:19Z</dc:date>
    </item>
    <item>
      <title>Re: what is the command or keys I can enter in vi</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-is-the-command-or-keys-i-can-enter-in-vi/m-p/3403707#M201341</link>
      <description>Or the mainframe style:&lt;BR /&gt; &lt;BR /&gt;xd -xc some_file&lt;BR /&gt; &lt;BR /&gt;This will show every character from NUL to DEL and the hex code for each character. Change -xc to -oc to octal words for each character pair.</description>
      <pubDate>Tue, 19 Oct 2004 20:00:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-is-the-command-or-keys-i-can-enter-in-vi/m-p/3403707#M201341</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2004-10-19T20:00:07Z</dc:date>
    </item>
    <item>
      <title>Re: what is the command or keys I can enter in vi</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-is-the-command-or-keys-i-can-enter-in-vi/m-p/3403708#M201342</link>
      <description>I'm not quite sure what is you are asking, so please explain if you're not getting the answers you want.&lt;BR /&gt;&lt;BR /&gt;One option that may do what you want is to use 'vis' and 'inv'.  E.g.&lt;BR /&gt;&lt;BR /&gt;vis file &amp;gt;/tmp/tmpfile&lt;BR /&gt;vi /tmp/tmpfile&lt;BR /&gt;inv /tmp/tmpfile &amp;gt;file&lt;BR /&gt;&lt;BR /&gt;If you want to see spaces and tabs as '\s' and '\t', use the '-t' option to 'vis'.&lt;BR /&gt;&lt;BR /&gt;Andrew</description>
      <pubDate>Thu, 21 Oct 2004 09:45:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-is-the-command-or-keys-i-can-enter-in-vi/m-p/3403708#M201342</guid>
      <dc:creator>Andrew Merritt_2</dc:creator>
      <dc:date>2004-10-21T09:45:42Z</dc:date>
    </item>
  </channel>
</rss>

