tom smith wrote:
On Fri, Nov 6, 2009 at 12:15 AM, John W. Krahn wrote:
Michael Alipio wrote:
if I have a script that accepts any combination of the 5 or maybe even
more options, say, option1, option2, option3...
Now, after collecting the options, for each option, there is a
corresponding r
On Fri, Nov 6, 2009 at 2:04 AM, tom smith wrote:
>
>
> On Fri, Nov 6, 2009 at 12:15 AM, John W. Krahn wrote:
>
>> Michael Alipio wrote:
>>
>>> Hi,
>>>
>>
>> Hello,
>>
>>
>> if I have a script that accepts any combination of the 5 or maybe even
>>> more options, say, option1, option2, option3...
On Fri, Nov 6, 2009 at 12:15 AM, John W. Krahn wrote:
> Michael Alipio wrote:
>
>> Hi,
>>
>
> Hello,
>
>
> if I have a script that accepts any combination of the 5 or maybe even
>> more options, say, option1, option2, option3...
>>
>>
>> Now, after collecting the options, for each option, there
Michael Alipio wrote:
Hi,
Hello,
if I have a script that accepts any combination of the 5 or maybe even
more options, say, option1, option2, option3...
Now, after collecting the options, for each option, there is a
corresponding regexp pattern. I will then build an if statement, where
the t
On Thu, Nov 5, 2009 at 11:26 PM, Michael Alipio wrote:
> if I have a script that accepts any combination of the 5 or maybe even more
> options, say, option1, option2, option3...
>
>
> Now, after collecting the options, for each option, there is a
> corresponding regexp pattern. I will then build