<?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: KSH Command completion in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ksh-command-completion/m-p/2989569#M913033</link>
    <description>are you refering to command history? &lt;BR /&gt;&lt;BR /&gt;if so try 'escape k'&lt;BR /&gt;&lt;BR /&gt;as for command completion ... like bash for linux (?) I didn't know that ksh had this feature</description>
    <pubDate>Thu, 05 Jun 2003 10:18:26 GMT</pubDate>
    <dc:creator>John Meissner</dc:creator>
    <dc:date>2003-06-05T10:18:26Z</dc:date>
    <item>
      <title>KSH Command completion</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ksh-command-completion/m-p/2989565#M913029</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I always use ksh on my hp-ux box and I love the command completion future of it ( Pressing - Esc Esc ) ... Now that we received a new Solaris box in our office but I found that "Esc Esc" doesn't work with Solaris .. Am I missing something?? Pl. let me know ...&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Karthik</description>
      <pubDate>Thu, 05 Jun 2003 08:39:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ksh-command-completion/m-p/2989565#M913029</guid>
      <dc:creator>Karthik S S</dc:creator>
      <dc:date>2003-06-05T08:39:44Z</dc:date>
    </item>
    <item>
      <title>Re: KSH Command completion</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ksh-command-completion/m-p/2989566#M913030</link>
      <description>Are you sure you use ksh, and not bash or something.&lt;BR /&gt;&lt;BR /&gt;Have you tried tab ? &lt;BR /&gt;&lt;BR /&gt;RGds Jarle&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Jun 2003 08:41:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ksh-command-completion/m-p/2989566#M913030</guid>
      <dc:creator>Jarle Bjorgeengen</dc:creator>
      <dc:date>2003-06-05T08:41:10Z</dc:date>
    </item>
    <item>
      <title>Re: KSH Command completion</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ksh-command-completion/m-p/2989567#M913031</link>
      <description>I am sure that I am using "ksh" ... tab does not work with ksh ...&lt;BR /&gt;&lt;BR /&gt;For instance when I do a " ls A 'Esc  =' " , it lists the files in the current directory that starts with Character "A" ... but when I press Esc Esc it doesnt complete the line ...&lt;BR /&gt; &lt;BR /&gt;Karthik</description>
      <pubDate>Thu, 05 Jun 2003 08:45:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ksh-command-completion/m-p/2989567#M913031</guid>
      <dc:creator>Karthik S S</dc:creator>
      <dc:date>2003-06-05T08:45:04Z</dc:date>
    </item>
    <item>
      <title>Re: KSH Command completion</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ksh-command-completion/m-p/2989568#M913032</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I got the answer from the following site,&lt;BR /&gt;&lt;A href="http://www.sunhelp.org/article-ksh.php" target="_blank"&gt;http://www.sunhelp.org/article-ksh.php&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Pressing " Esc \ " completes the line .. &lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Karthik</description>
      <pubDate>Thu, 05 Jun 2003 08:50:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ksh-command-completion/m-p/2989568#M913032</guid>
      <dc:creator>Karthik S S</dc:creator>
      <dc:date>2003-06-05T08:50:31Z</dc:date>
    </item>
    <item>
      <title>Re: KSH Command completion</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ksh-command-completion/m-p/2989569#M913033</link>
      <description>are you refering to command history? &lt;BR /&gt;&lt;BR /&gt;if so try 'escape k'&lt;BR /&gt;&lt;BR /&gt;as for command completion ... like bash for linux (?) I didn't know that ksh had this feature</description>
      <pubDate>Thu, 05 Jun 2003 10:18:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ksh-command-completion/m-p/2989569#M913033</guid>
      <dc:creator>John Meissner</dc:creator>
      <dc:date>2003-06-05T10:18:26Z</dc:date>
    </item>
    <item>
      <title>Re: KSH Command completion</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ksh-command-completion/m-p/2989570#M913034</link>
      <description>hi Karthik,&lt;BR /&gt;  try doing&lt;BR /&gt;&lt;BR /&gt;$set -o vi &lt;BR /&gt;or&lt;BR /&gt;$set -o emacs &lt;BR /&gt;&lt;BR /&gt;for command completion.  In HPUX , set -o vi itself has the command completion.  I am not sure with solaris.  But set -o emacs will do a command completion with Esc Esc.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Umapathy</description>
      <pubDate>Thu, 05 Jun 2003 11:24:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ksh-command-completion/m-p/2989570#M913034</guid>
      <dc:creator>Umapathy S</dc:creator>
      <dc:date>2003-06-05T11:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: KSH Command completion</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ksh-command-completion/m-p/2989571#M913035</link>
      <description>You don't need to use the Korn shell - just use the default of HP-UX - which is Posix - which is a Superset of Korn.&lt;BR /&gt;&lt;BR /&gt;See this post for more:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x892a06350fe2d61190050090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x892a06350fe2d61190050090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Thu, 05 Jun 2003 11:39:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ksh-command-completion/m-p/2989571#M913035</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2003-06-05T11:39:30Z</dc:date>
    </item>
    <item>
      <title>Re: KSH Command completion</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ksh-command-completion/m-p/2989572#M913036</link>
      <description>Hi Umapathy,&lt;BR /&gt;&lt;BR /&gt;When I do set -o emacs in solaris Esc Esc works .... !!! But, sadly when I press "Esc v" it doesnt openup the editor .. but whereas when I do " set -o vi ' .. it works ..&lt;BR /&gt;&lt;BR /&gt;Anyway I dont want to disturb HP forums with lots of Sun Stuff ....&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Karthik</description>
      <pubDate>Fri, 06 Jun 2003 04:10:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ksh-command-completion/m-p/2989572#M913036</guid>
      <dc:creator>Karthik S S</dc:creator>
      <dc:date>2003-06-06T04:10:03Z</dc:date>
    </item>
    <item>
      <title>Re: KSH Command completion</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ksh-command-completion/m-p/2989573#M913037</link>
      <description>If you are using "set -o vi" and enter a command such as:&lt;BR /&gt;&lt;BR /&gt;ls -l *week*&lt;BR /&gt;&lt;BR /&gt;Pressing &lt;ESC&gt;* will expand the wildcards:&lt;BR /&gt;&lt;BR /&gt;ls -l myweek2 myweek2.....&lt;BR /&gt;&lt;BR /&gt;BTW. Just to be pedantic there is no such thing as the Korn Shell anymore, it is now the Posix Shell.&lt;BR /&gt;&lt;/ESC&gt;</description>
      <pubDate>Fri, 06 Jun 2003 05:38:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ksh-command-completion/m-p/2989573#M913037</guid>
      <dc:creator>Andrew Cowan</dc:creator>
      <dc:date>2003-06-06T05:38:19Z</dc:date>
    </item>
    <item>
      <title>Re: KSH Command completion</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ksh-command-completion/m-p/2989574#M913038</link>
      <description>hi Karthik,&lt;BR /&gt;  Esc Esc is a feature of emacs.  So when its set in the shell it works  in emacs way.  For previous commands you can try Ctrl+P and Ctrl+N.&lt;BR /&gt;&lt;BR /&gt;  If you want vi command line options, then the corresponding is Esc \.&lt;BR /&gt;  You can also get a possible command completion list by using Esc = on the last character.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Umapathy</description>
      <pubDate>Fri, 06 Jun 2003 08:08:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ksh-command-completion/m-p/2989574#M913038</guid>
      <dc:creator>Umapathy S</dc:creator>
      <dc:date>2003-06-06T08:08:17Z</dc:date>
    </item>
    <item>
      <title>Re: KSH Command completion</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ksh-command-completion/m-p/2989575#M913039</link>
      <description>to set command line editing and completion&lt;BR /&gt;ksh -o vi &lt;BR /&gt;ksh -o emacs&lt;BR /&gt;&lt;BR /&gt;ksh -o to see all options&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I always use -o vi and &lt;ESC&gt; in both Solaris and HP. It's really just a mapping of you keyboard though.&lt;/ESC&gt;</description>
      <pubDate>Mon, 09 Jun 2003 19:50:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ksh-command-completion/m-p/2989575#M913039</guid>
      <dc:creator>Kevin Wright</dc:creator>
      <dc:date>2003-06-09T19:50:56Z</dc:date>
    </item>
    <item>
      <title>Re: KSH Command completion</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ksh-command-completion/m-p/2989576#M913040</link>
      <description>And because there are twenty ways of doing something in Unix:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;export EDITOR=vi &lt;BR /&gt;&lt;BR /&gt;works as well.</description>
      <pubDate>Tue, 10 Jun 2003 01:19:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ksh-command-completion/m-p/2989576#M913040</guid>
      <dc:creator>Bill Douglass</dc:creator>
      <dc:date>2003-06-10T01:19:33Z</dc:date>
    </item>
  </channel>
</rss>

