m the search include a ! at the front of the term.For example, here is how to search for everything except abc: !abcHow do I use wildcards?Using a * in your search will match any number of any type of character.For example, here is how to search for files and folders that start with e and end with g: e*gUsing a ? in your search will match one character.For example, here is how to search for files