pdir not working with my regex

Community forum to discuss cxs.
If you believe that there is a problem with your cxs installation and want support then, as a paid product, you should use the helpdesk after having consulted the documentation.
Post Reply
SupaMonkey
Junior Member
Posts: 10
Joined: 24 May 2017, 09:10

pdir not working with my regex

Post by SupaMonkey »

Hi Guys,
Examples I'm trying to match (last 5 chars random):
/tmp/.xcloner-10d02
/tmp/.xcloner-a714a
/tmp/.xcloner-f6e8e

My cxs.ignore rule:
pdir:^\/tmp\/\.xcloner-[a-b0-9]+$

Still getting notified. Yes, I've restarted cxs Watch. Please help - thanks :)
SupaMonkey
Junior Member
Posts: 10
Joined: 24 May 2017, 09:10

Re: pdir not working with my regex

Post by SupaMonkey »

I've also tried:
pdir:^\/tmp\/\.xcloner-(\w){5}$
SupaMonkey
Junior Member
Posts: 10
Joined: 24 May 2017, 09:10

Re: pdir not working with my regex

Post by SupaMonkey »

Even tried the "very broad": ^\/tmp\/.xcloner-.*
Still not working...
Post Reply