Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: for years I have been using korn shell
>
> -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
![]() |
![]() |