[Orca-users] Re: more than 20 partitions?

Blair Zajac blair at akamai.com
Fri Oct 29 16:20:27 PDT 1999


You can do something like this:

data mntP_((?!data)(?!var)(?!other).*))

This will exlude all partitions containing data, var or other in them.
Blair

slam at ros.com wrote:
> 
> From: slam at ros.com
> 
> Hi,
> 
> how do I exclude partitions with certain patterns? I tried:
> data    mntP_(/[^data].*)  -- character matching ... didn't work
> or
> data    mntP_(/$!data) -- didn't work either.
> or
> data    mntP_(!data)
> 
> I don't think I know what I am doing ...
> 
> Could someone point me to the right direction?
> 
> Thanks.
> 
> --------------------------- ONElist Sponsor ----------------------------
> 
> Independent contractors: Find your next project gig through JobSwarm!
>         You can even make $$$ by referring friends.
> <a href=" http://clickme.onelist.com/ad/jobswarm2 ">Click Here</a>
> 
> ------------------------------------------------------------------------



More information about the Orca-users mailing list