Is there a general consensus on whether glob or grep is better for what I want to achieve?
I can't seem to find how to make glob search multiple files for a string...
for example, say I want to find files with the word 'monk' in them in my documents..
is it possible to do this?
Thanks for the help