Return-Path: <ml-errors@fatcity.com>
Received: from ensim.rackshack.net (root@localhost)
 by orafaq.net (8.11.6/8.11.6) with ESMTP id hABKdcb03426
 for <oracle-l@orafaq.net>; Tue, 11 Nov 2003 14:39:38 -0600
X-ClientAddr: 66.27.56.210
Received: from ns3.fatcity.com (rrcs-west-66-27-56-210.biz.rr.com [66.27.56.210])
 by ensim.rackshack.net (8.11.6/8.11.6) with ESMTP id hABKdbc03421
 for <oracle-l@orafaq.net>; Tue, 11 Nov 2003 14:39:38 -0600
Received: from ns3.fatcity.com (localhost.localdomain [127.0.0.1])
 by ns3.fatcity.com (8.12.8/8.12.8) with ESMTP id hABHgU3d032002
 for <oracle-l@orafaq.net>; Tue, 11 Nov 2003 09:45:40 -0800
Received: (from root@localhost)
 by ns3.fatcity.com (8.12.8/8.12.5/Submit) id hABHAOk3025244
 for oracle-l@orafaq.net; Tue, 11 Nov 2003 09:10:25 -0800
Received: by fatcity.com (05-Jun-2003/v1.0g-b73/bab) via fatcity.com id 005D655F; Tue, 11 Nov 2003 09:14:25 -0800
Message-ID: <F001.005D655F.20031111091425@fatcity.com>
Date: Tue, 11 Nov 2003 09:14:25 -0800
To: Multiple recipients of list ORACLE-L <ORACLE-L@fatcity.com>
X-Comment: Oracle RDBMS Community Forum
X-Sender: "Bellow, Bambi" <bbellow@chi.navtech.com>
Sender: ml-errors@fatcity.com
Reply-To: ORACLE-L@fatcity.com
Errors-To: ML-ERRORS@fatcity.com
From: "Bellow, Bambi" <bbellow@chi.navtech.com>
Subject: RE: for years I have been using korn shell
Organization: Fat City Network Services, San Diego, California
X-ListServer: v1.0g, build 73; ListGuru (c) 1996-2003 Bruce A. Bergman
Precedence: bulk
Mime-Version: 1.0
Content-Type: text/plain;	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

Oh, wait!  I know this!  ^H=back a character!  ^U=erase line!

IT'S VMS!

-----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.

	set -o emacs
	alias __A=`echo "\020"`     # up arrow = ^p = back a command
	alias __B=`echo "\016"`     # down arrow = ^n = down a command
	alias __C=`echo "\006"`     # right arrow = ^f = forward a character
	alias __D=`echo "\002"`     # left arrow = ^b = back a character
	alias __H=`echo "\001"`     # home = ^a = start of line
	alias __Y=`echo "\005"`     # end = ^e = end of line

-----Original Message-----
Jesse, Rich
Sent: Monday, November 10, 2003 3:54 PM
To: Multiple recipients of list ORACLE-L


For Linux, I use bash.  For Unix (HP/Sun) accounts, I use Korn, where bash
typically isn't available.  I like either, but am tending to like bash more
for the non-vi command line editing that uses cursor keys (I've been told
that this is "set -o emacs" in Korn, but it shore don't work like that on
Korn-88).

For one 3rd party install, I use csh because that's what they require.  And
because of they way they have it setup, if I'm in Korn and execute their
setup, it won't work.  I have to change to csh first, then execute their
setup.  Just poorly written, IMHO.

My $.02,
Rich

Rich Jesse                           System/Database Administrator
rjesse@qtiworld.com                  Quad/Tech Inc, Sussex, WI USA
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Norris, Gregory T [ITS]
  INET: gregory.t.norris@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@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: Bellow, Bambi
  INET: bbellow@chi.navtech.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@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).

