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: Bellows, Bambi <BBellows_at_usg.com>
Date: Wed, 06 Mar 2002 09:14:37 -0800
Message-ID: <F001.00420D39.20020306091437@fatcity.com>


Ethan --

As I understand it, your skip isn't working if there are multiple parameters passed in, so that when you get your parameters and do your skip, you are skipping one "word" and then the next parameter fails. If that is the case, what you may want to do is parse out the multi-parameter string with awk -F" {'print $2'}. Then count the words separately and skip those.

HTH. BTW, I'm tied up with AppsDBA stuff and am not monitoring the List as I should. Feel free to email me directly if I can provide addition assistance.

Bambi.
--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Bellows, Bambi
  INET: BBellows_at_usg.com

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 - 11:14:37 CST

Original text of this message

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