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: Post, Ethan <Ethan.Post_at_ps.net>
Date: Wed, 06 Mar 2002 12:27:22 -0800
Message-ID: <F001.00421331.20020306122722@fatcity.com>


Thanks to all that tried to help, that fixed it.

Surrounded the call from script A to script B with eval and it expands the line the way I needed it.

eval "exfail.sh $EXFAIL_OPTIONS $SID"

Thanks,
Ethan

-----Original Message-----

Sent: Wednesday, March 06, 2002 1:23 PM
To: Multiple recipients of list ORACLE-L

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

--

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). Received on Wed Mar 06 2002 - 14:27:22 CST

Original text of this message

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