Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Korn Shell Q
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: 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 - 11:58:40 CST