I would be grateful if someone could tell me how to do the following:
I want to INCLUDE all files such as:
(a) RecruiterDirectoryListingHHHH.html
Where HHHH is a seemingly random 4-digit hex number.
I want to EXCLUDE all files such as:
(b) RecruiterDirectoryHHHH.html
It seems to me that
-*/*RecruiterDirectory*
will exclude both (a) and (b) |