Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: for years I have been using korn shell

RE: for years I have been using korn shell

From: Norris, Gregory T [ITS] <gregory.t.norris_at_mail.sprint.com>
Date: Tue, 11 Nov 2003 11:04:25 -0800
Message-ID: <F001.005D656D.20031111110425@fatcity.com>


Yeah, using double-<ESC> works fine for filename completion. I was just pointing out that there's no way to map it to TAB (as far as I know), like bash uses.

-----Original Message-----
Yong Huang
Sent: Tuesday, November 11, 2003 12:34 PM To: Multiple recipients of list ORACLE-L

How about just use <ESC> for filename completion? I'm using 11/16/88 version ksh.

$ set -o emacs
$ what /bin/ksh
/bin/ksh:

        Version M-11/16/88i
        SunOS 5.8 Generic 110662-04 May 2001
$ touch yongtest
$ ls yongtest
yongtest

The last line was typed by pressing "ls yongt<ESC><ESC>".

Yong Huang

> -----Original Message-----
> Sent: Tuesday, November 11, 2003 8:05 AM
> To: Multiple recipients of list ORACLE-L
>
>
> Here's a snippit from my ~/.kshrc, which kinda-sorta approximates bash's
> default behavior. Unfortunately, there doesn't seem to be any way to bind
> TAB for filename completion in ksh88. :-( Apparently ksh93 can handle this,
> but it isn't available on any of the servers I support.



Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard http://antispam.yahoo.com/whatsnewfree
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Yong Huang
  INET: yong321_at_yahoo.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Norris, Gregory T [ITS]
  INET: gregory.t.norris_at_mail.sprint.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Tue Nov 11 2003 - 13:04:25 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US