On 26 Sep 2003 at 16:55, Josh Berkus wrote:
> Dan,
>
> > I'm trying to remove items from a set which are similar to items in
> > another set.
>
>
> > In short, we remove all items from MASTER which are under the directories
> > specified in MATCHES.
>
> from your example, you are trying to re
Dan,
> I'm trying to remove items from a set which are similar to items in
> another set.
> In short, we remove all items from MASTER which are under the directories
> specified in MATCHES.
from your example, you are trying to remove all directories which do *not*
match. What do you want, e