<?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: Command Line Editing in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/command-line-editing/m-p/2762832#M72840</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;export HISTFILE=$HOME/.sh_history &lt;BR /&gt;&lt;BR /&gt;Just too bad that the keyboard has the key - right adjacent to =.&lt;BR /&gt;&lt;BR /&gt;Hope this helps. Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong</description>
    <pubDate>Sat, 13 Jul 2002 03:10:42 GMT</pubDate>
    <dc:creator>Steven Sim Kok Leong</dc:creator>
    <dc:date>2002-07-13T03:10:42Z</dc:date>
    <item>
      <title>Command Line Editing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-line-editing/m-p/2762826#M72834</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;Can anyone tell me what shell or a script that will allow a user to use the TAB key to auto complet the command line when referencing a file or directory?&lt;BR /&gt;&lt;BR /&gt;For example,  If I am looking in the /etc directory for editing a file called "test_file" I would like to type from the command line " vi te" and then hit the tab key to complete the rest of the line "est_file".&lt;BR /&gt;&lt;BR /&gt;In Linux the bash shell allows the user to do this.&lt;BR /&gt;&lt;BR /&gt;TIA, &lt;BR /&gt;Daniel N.</description>
      <pubDate>Fri, 12 Jul 2002 14:08:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-line-editing/m-p/2762826#M72834</guid>
      <dc:creator>Daniel Navarro</dc:creator>
      <dc:date>2002-07-12T14:08:31Z</dc:date>
    </item>
    <item>
      <title>Re: Command Line Editing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-line-editing/m-p/2762827#M72835</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Have you tried using the escape key twice?&lt;BR /&gt;&lt;BR /&gt;This works for me in sh, ksh and csh (haven't tried the others)&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;&lt;BR /&gt;Chris</description>
      <pubDate>Fri, 12 Jul 2002 14:10:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-line-editing/m-p/2762827#M72835</guid>
      <dc:creator>Christopher McCray_1</dc:creator>
      <dc:date>2002-07-12T14:10:39Z</dc:date>
    </item>
    <item>
      <title>Re: Command Line Editing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-line-editing/m-p/2762828#M72836</link>
      <description>Well, you can install bash. It's available from any of the HP-UX Porting Centre's. However, DO NOT make it root's shell.</description>
      <pubDate>Fri, 12 Jul 2002 14:11:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-line-editing/m-p/2762828#M72836</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2002-07-12T14:11:22Z</dc:date>
    </item>
    <item>
      <title>Re: Command Line Editing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-line-editing/m-p/2762829#M72837</link>
      <description>Hi Daniel&lt;BR /&gt;&lt;BR /&gt;set teh shell to ksh or at teh porpmt give like kash -o vi and then you can use the escape charater to get the file matched to first indentified unique string.&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava</description>
      <pubDate>Fri, 12 Jul 2002 14:12:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-line-editing/m-p/2762829#M72837</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2002-07-12T14:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: Command Line Editing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-line-editing/m-p/2762830#M72838</link>
      <description>If you have bash shell in hpux you can do that by using TAB key.&lt;BR /&gt;&lt;BR /&gt; Adding to christoper point,&lt;BR /&gt;&lt;BR /&gt;you can use &lt;ESC&gt; \ (escape key and back slash) to do that.&lt;BR /&gt;&lt;BR /&gt;&lt;/ESC&gt;</description>
      <pubDate>Fri, 12 Jul 2002 14:13:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-line-editing/m-p/2762830#M72838</guid>
      <dc:creator>Arockia Jegan</dc:creator>
      <dc:date>2002-07-12T14:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: Command Line Editing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-line-editing/m-p/2762831#M72839</link>
      <description>Filename completion (the TAB or ESC key feature) as well as command line recall and editing are part of the POSIX standards. HP's standard shell is called the POSIX shell but has the name: sh which is easily confused with the Bourne shell (which is located in /usr/old/bin). ksh (and bash) are also POSIX shells.&lt;BR /&gt;&lt;BR /&gt;To turn on the shell history/filename completion features, you must have the env variable $HISTFILE set to a history file. ksh and bash default to $HOME/.sh_history, but the POSIX shell requires HISTFILE to be explicitly set. Make sure HOSTFILE is set in /etc/profile or .profile:&lt;BR /&gt;&lt;BR /&gt;export HISTFILE-$HOME/.sh_history&lt;BR /&gt;oops:&lt;BR /&gt;export HISTFILE=$HOME/.sh_history</description>
      <pubDate>Sat, 13 Jul 2002 01:46:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-line-editing/m-p/2762831#M72839</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2002-07-13T01:46:54Z</dc:date>
    </item>
    <item>
      <title>Re: Command Line Editing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-line-editing/m-p/2762832#M72840</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;export HISTFILE=$HOME/.sh_history &lt;BR /&gt;&lt;BR /&gt;Just too bad that the keyboard has the key - right adjacent to =.&lt;BR /&gt;&lt;BR /&gt;Hope this helps. Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong</description>
      <pubDate>Sat, 13 Jul 2002 03:10:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-line-editing/m-p/2762832#M72840</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2002-07-13T03:10:42Z</dc:date>
    </item>
    <item>
      <title>Re: Command Line Editing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-line-editing/m-p/2762833#M72841</link>
      <description>Thanks Steven. Since I never make misteaks when I tipe, it must be a defective keybored. ;-)</description>
      <pubDate>Sat, 13 Jul 2002 14:34:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-line-editing/m-p/2762833#M72841</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2002-07-13T14:34:15Z</dc:date>
    </item>
  </channel>
</rss>

