Code: Select all
1) OR. Find files with filenames containing "cat" or "dog" or "mouse" or both:
*cat* *dog* *mouse*
2) AND. Search for filenames containing "cat" and "dog":
*cat*dog* *dog*cat*
3) AND. Search for filenames containing "cat" and "dog" and "mouse":
*cat*dog*mouse *dog*cat*mouse *cat*mouse*dog* *dog*mouse*cat* *mouse*cat*dog *mouse*dog*cat*
This might be of general interest. Apologies if this is old news, or if I am mistaken.