Displaying 1 result from an estimated 1 matches for "9and5".
Did you mean:
and5
2007 Dec 22
1
Help with complicated heirarchy exclude syntax
...hy skipping any
files with numbers for names but retrieving .[oa]*view
Yet not skip files with numbers for names anywhere else.
Further, how would I define files with numbers for names?
*[0-9]
[0-9]*[0-9]
would be a couple of ways but even there one might get something like:
some7
9and5
Either of those definitions would actually be mostly ok since files
named as I've shown are very unlikely to occur there but still needing
a more precise way to define files like 1, 12, 123, 12345 etc with one
pattern comes up fairly often.
As I understand it, exclude files do not understand...