So I'm using this
grep -lrai "search query" /right/here/
to search for a word in 100+ pdf files (which is why I have included -a
).
Using grep shows 3 results, whereas a simple search in Spotlight will show a lot more in the same directory.
Am i doing something wrong here?