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: Korn Shell Q

RE: Korn Shell Q

From: James Morle <James.Morle_at_scaleabilities.co.uk>
Date: Wed, 06 Mar 2002 12:38:46 -0800
Message-ID: <F001.0042137F.20020306123846@fatcity.com>


eval foo.sh $FOO
Should do the trick...

--
James Morle
Scale Abilities, Ltd
http://www.scaleabilities.co.uk
Author of "Scaling Oracle8i - Building Highly Scalable OLTP System
Architectures"


> -----Original Message-----
> From: root_at_fatcity.com [mailto:root_at_fatcity.com] On Behalf Of
> Post, Ethan
> Sent: 06 March 2002 19:23
> To: Multiple recipients of list ORACLE-L
> Subject: RE: Korn Shell Q
>
>
> No that did not work, thanks. I remember the command I am
> more specifically looking for, it is a command that says to
> do expansion twice on a line, anyone remember what this is?
>
> basically if you have a variable that looks as follows
>
> echo $FOO
>
> -g "dba apps"
>
> the double quotes will get exanded another time so they are
> picked up correctly when you call
>
> foo.sh $FOO
>
> - Ethan
>
>
>
> -----Original Message-----
> Sent: Wednesday, March 06, 2002 12:32 PM
> To: Multiple recipients of list ORACLE-L
>
>
> Ethan, I had a similar problem when using the getopts
> command when using it in conjuction with nohup and the
> &. I found by throwing ksh in the syntax everthing
> worked. i.e. nohup ksh setup.ksh -a parameters &
>
> This may or may not work for you but it's worth a try.
>
> Scott
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Post, Ethan
> INET: Ethan.Post_at_ps.net
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> 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.com -- Author: James Morle INET: James.Morle_at_scaleabilities.co.uk Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- 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 Wed Mar 06 2002 - 14:38:46 CST

Original text of this message

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