I have a question about vscan and wildcards. I looked thru some of the KB articles, Bug Reports and Best Practices (Links below)
http://communities.netapp.com/docs/DOC-3312
http://now.netapp.com/NOW/cgi-bin/bol?Type=Detail&Display=81989
https://now.netapp.com/Knowledgebase/solutionarea.asp?id=kb32628
The BugReport indicates that using a single "?" as a wildcard matches zero or any "remaining" characters. For e.g. HT? will match HT, HTM, HTML, HTX etc..
The KB articles indicates that "???" has special meaning and seems to suggest that it works just like "*". So "???" should match any extension (any number of letters and any letters)
So what's the difference between a single "?" and "???". Both should match any number of characters and any letters? Am I overthinking this? I am looking for a wildcard pattern that is all inclusive and want to specify specific exclusions in the exclude list.
thx