Hello,
I'm desperatly trying to create a directive which can exclude all directories begining with some letters (base in my example)...
I've tried things like :
<< / >>
+skip: base*
or *base* or base?? or base* .?*
But no way.
Since I read in the manuals that Wildcards can be used in ASM specifications to replace a single character or string of characters. Standard shell command interpreter filematching patterns are supported., it sounds weird to me.
Any clue (NW 7.5.1 on AIX) ?
Thanks in advance.
Denis
I'm desperatly trying to create a directive which can exclude all directories begining with some letters (base in my example)...
I've tried things like :
<< / >>
+skip: base*
or *base* or base?? or base* .?*
But no way.
Since I read in the manuals that Wildcards can be used in ASM specifications to replace a single character or string of characters. Standard shell command interpreter filematching patterns are supported., it sounds weird to me.
Any clue (NW 7.5.1 on AIX) ?
Thanks in advance.
Denis