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: Nuno Souto <nsouto_at_optusnet.com.au>
Date: Mon, 10 Nov 2003 22:49:26 -0800
Message-ID: <F001.005D63ED.20031110224926@fatcity.com>

>
> -What is everyone else using out there?
> -Do you think I should make an issue of this one?
>

Paula, that mob is having you on. If they know even the most basics of Unix shell scripting, they should be using the comment convention as the first line of any of their scripts. As in:

#!/bin/csh

to make their code run in the C-shell NO MATTER what your shell might be. If they don't do that and expect you to use their shell, get on to them quick and as heavy as you can. That's just unacceptable in this day and age.

I used the bourne shell for scripting almost exclusively until very recently. I'm now using Korn shell, even in Linux where it is not installed by default and bash seems the way to go.

Cheers
Nuno Souto
nsouto_at_optusnet.com.au

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Nuno Souto
  INET: nsouto_at_optusnet.com.au

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 - 00:49:26 CST

Original text of this message

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