<?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 Command Completion in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/command-completion/m-p/2894132#M3618</link>
    <description>Is it possible to do Command Line Completion using the "Up-Arrow" cursor?   I see you can put this in place for TAB.   Either way is fine, but the Cursor Up-Arrow method is perferred.  Wondering if someone knows how to put this in place?&lt;BR /&gt;&lt;BR /&gt;Tks,&lt;BR /&gt;-Ken</description>
    <pubDate>Fri, 31 Jan 2003 17:28:43 GMT</pubDate>
    <dc:creator>Rick Copley</dc:creator>
    <dc:date>2003-01-31T17:28:43Z</dc:date>
    <item>
      <title>Command Completion</title>
      <link>https://community.hpe.com/t5/operating-system-linux/command-completion/m-p/2894132#M3618</link>
      <description>Is it possible to do Command Line Completion using the "Up-Arrow" cursor?   I see you can put this in place for TAB.   Either way is fine, but the Cursor Up-Arrow method is perferred.  Wondering if someone knows how to put this in place?&lt;BR /&gt;&lt;BR /&gt;Tks,&lt;BR /&gt;-Ken</description>
      <pubDate>Fri, 31 Jan 2003 17:28:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/command-completion/m-p/2894132#M3618</guid>
      <dc:creator>Rick Copley</dc:creator>
      <dc:date>2003-01-31T17:28:43Z</dc:date>
    </item>
    <item>
      <title>Re: Command Completion</title>
      <link>https://community.hpe.com/t5/operating-system-linux/command-completion/m-p/2894133#M3619</link>
      <description>Thats how Linux fuctions out of the box,just like windows.&lt;BR /&gt;&lt;BR /&gt;The tab key completes filenames.&lt;BR /&gt;&lt;BR /&gt;If its not working for you, your stty settings aren't right.&lt;BR /&gt;&lt;BR /&gt;Here are mine.&lt;BR /&gt;&lt;BR /&gt;[invest@jerusalem mail]$ stty -a | more&lt;BR /&gt;speed 9600 baud; rows 24; columns 80; line = 0;&lt;BR /&gt;intr = ^C; quit = ^\; erase = ^H; kill = ^U; eof = ^D; eol = &lt;UNDEF&gt;;&lt;BR /&gt;eol2 = &lt;UNDEF&gt;; start = ^Q; stop = ^S; susp = ^Z; rprnt = ^R; werase = ^W;&lt;BR /&gt;lnext = ^V; flush = ^O; min = 1; time = 0;&lt;BR /&gt;-parenb -parodd cs8 -hupcl -cstopb cread -clocal -crtscts&lt;BR /&gt;-ignbrk -brkint -ignpar -parmrk -inpck -istrip -inlcr -igncr icrnl ixon -ixoff&lt;BR /&gt;-iuclc -ixany -imaxbel&lt;BR /&gt;opost -olcuc -ocrnl onlcr -onocr -onlret -ofill -ofdel nl0 cr0 tab0 bs0 vt0 ff0&lt;BR /&gt;isig icanon iexten echo echoe echok -echonl -noflsh -xcase -tostop -echoprt&lt;BR /&gt;echoctl echoke&lt;BR /&gt;&lt;BR /&gt;I have full functionality on my Linux boxes.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;OT:HP-UX does not conform to this standard btw.&lt;BR /&gt;&lt;BR /&gt;P&lt;/UNDEF&gt;&lt;/UNDEF&gt;</description>
      <pubDate>Fri, 31 Jan 2003 17:38:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/command-completion/m-p/2894133#M3619</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-01-31T17:38:09Z</dc:date>
    </item>
    <item>
      <title>Re: Command Completion</title>
      <link>https://community.hpe.com/t5/operating-system-linux/command-completion/m-p/2894134#M3620</link>
      <description>Actually, it's a function of the shell that's in use.&lt;BR /&gt;&lt;BR /&gt;On a Linux box, the default shell is usally "bash".&lt;BR /&gt;&lt;BR /&gt;Bash uses the 'readline' libraries to take input, and the TAB completion is part of it.&lt;BR /&gt;&lt;BR /&gt;I'm unaware of a way to change the completion character, and the bash man page doesn't mention the ability to do this.&lt;BR /&gt;&lt;BR /&gt;Sorry.</description>
      <pubDate>Sat, 01 Feb 2003 07:10:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/command-completion/m-p/2894134#M3620</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2003-02-01T07:10:21Z</dc:date>
    </item>
    <item>
      <title>Re: Command Completion</title>
      <link>https://community.hpe.com/t5/operating-system-linux/command-completion/m-p/2894135#M3621</link>
      <description>Lastly the command completion in Linux is pretty nice. Messing around with it will confuse the next guy that works on the system.&lt;BR /&gt;&lt;BR /&gt;P</description>
      <pubDate>Sun, 02 Feb 2003 08:00:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/command-completion/m-p/2894135#M3621</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-02-02T08:00:55Z</dc:date>
    </item>
    <item>
      <title>Re: Command Completion</title>
      <link>https://community.hpe.com/t5/operating-system-linux/command-completion/m-p/2894136#M3622</link>
      <description>Not Lastly.  With regards to what Stuart said, its actually a combination between the shell and the ssty settings.&lt;BR /&gt;&lt;BR /&gt;If the shell supports completion with the tab key and the stty settings don't handle that, command completion won't happen.&lt;BR /&gt;&lt;BR /&gt;P</description>
      <pubDate>Sun, 02 Feb 2003 16:02:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/command-completion/m-p/2894136#M3622</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-02-02T16:02:30Z</dc:date>
    </item>
  </channel>
</rss>

