<?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: TAB Key in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/tab-key/m-p/5011744#M771346</link>
    <description>The trick you are looking for is escape k this will recall command line history</description>
    <pubDate>Thu, 02 Nov 2006 01:41:49 GMT</pubDate>
    <dc:creator>Deoncia Grayson_1</dc:creator>
    <dc:date>2006-11-02T01:41:49Z</dc:date>
    <item>
      <title>TAB Key</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tab-key/m-p/5011743#M771345</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Can anyone give some light to me:&lt;BR /&gt;In linux, if I have a long filename I can use a press on the TAB key and I can use the arrow key up/down to get the history key i have input.&lt;BR /&gt;&lt;BR /&gt;My question is how can i use the same trick in hp-ux.  I am very new to hp-ux.  Can anyone help? Thanks.&lt;BR /&gt;</description>
      <pubDate>Thu, 02 Nov 2006 01:32:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tab-key/m-p/5011743#M771345</guid>
      <dc:creator>Yeaw Sing LAI</dc:creator>
      <dc:date>2006-11-02T01:32:47Z</dc:date>
    </item>
    <item>
      <title>Re: TAB Key</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tab-key/m-p/5011744#M771346</link>
      <description>The trick you are looking for is escape k this will recall command line history</description>
      <pubDate>Thu, 02 Nov 2006 01:41:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tab-key/m-p/5011744#M771346</guid>
      <dc:creator>Deoncia Grayson_1</dc:creator>
      <dc:date>2006-11-02T01:41:49Z</dc:date>
    </item>
    <item>
      <title>Re: TAB Key</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tab-key/m-p/5011745#M771347</link>
      <description>This is a function of a command interpreter (also known as a "shell"). &lt;BR /&gt;&lt;BR /&gt;In Linux, the default shell is usually "bash" which has a lot of features for interactive use.&lt;BR /&gt;&lt;BR /&gt;In HP-UX, the default shell is /usr/bin/sh. It is a very basic shell with a limited set of features. "bash" does not come as standard with HP-UX, but you can install it as a separate package. If you are unable or unwilling to install additional software, you might want to learn "ksh". It has more features than the default shell, but it may not use the same keystrokes as "bash" to access them.&lt;BR /&gt;&lt;BR /&gt;There should be a list of available shells at /etc/shells - if it doesn't exist, use "man getusershell" to get a list of standard system shells. &lt;BR /&gt;&lt;BR /&gt;You can test any available shell by typing its name as a command. When logging out, first type "exit" to return to your default shell, then log out as normal.&lt;BR /&gt;&lt;BR /&gt;As an ordinary user, you should be able to change your default shell using the "chsh" command. You must pick your new shell from the choices listed in /etc/shells (or the default list, as above).&lt;BR /&gt;&lt;BR /&gt;"bash" is available on HP-UX Porting Archive:&lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Shells/bash-3.2/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Shells/bash-3.2/&lt;/A&gt;&lt;BR /&gt;(pick the correct version for your architecture, and get also the packages listed as run-time dependencies)&lt;BR /&gt;&lt;BR /&gt;For HP-UX 11i v2 (aka 11.23), bash is also available from HP as a part of HP-UX Internet Express package. &lt;BR /&gt;&lt;A href="http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPUXIEXP1123" target="_blank"&gt;http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPUXIEXP1123&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;To get bash, you don't need the whole package, just the TC-OpenSource component is enough.</description>
      <pubDate>Thu, 02 Nov 2006 01:58:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tab-key/m-p/5011745#M771347</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2006-11-02T01:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: TAB Key</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tab-key/m-p/5011746#M771348</link>
      <description>If you have ksh/sh and configure the following in you .profile:&lt;BR /&gt;HISTSIZE=1000&lt;BR /&gt;HISTFILE=~/.sh_history&lt;BR /&gt;export HISTSIZE HISTFILE&lt;BR /&gt;&lt;BR /&gt;you can do the following:&lt;BR /&gt;use "Esc Esc" for long filenames&lt;BR /&gt;the keys h j k l are the arrow keys in the vi editor used by sh and ksh. So to do scroll back use "esc k"</description>
      <pubDate>Thu, 02 Nov 2006 02:11:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tab-key/m-p/5011746#M771348</guid>
      <dc:creator>Jannik</dc:creator>
      <dc:date>2006-11-02T02:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: TAB Key</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tab-key/m-p/5011747#M771349</link>
      <description>After install the bash shell now those tab key is back.  Thanks.</description>
      <pubDate>Thu, 02 Nov 2006 02:12:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tab-key/m-p/5011747#M771349</guid>
      <dc:creator>Yeaw Sing LAI</dc:creator>
      <dc:date>2006-11-02T02:12:31Z</dc:date>
    </item>
  </channel>
</rss>

