mdfind
Quick question about mdfind. From what I've read (and I am most likely not understanding this correctly), you can use the mdfind command to search for files containing multiple words invoking it as:
which would result in giving me the file paths of all files containing the words "test" and/or "apple". So far this just ends without displaying any results. So I guess I need to know how to run the command correctly.
Thanks!
mdfind "test|apple"
which would result in giving me the file paths of all files containing the words "test" and/or "apple". So far this just ends without displaying any results. So I guess I need to know how to run the command correctly.
Thanks!
PowerMac G5, Mac OS X (10.5.7)