I have a file which contains filenames (and the full path to them) and I want to search for a word within all of them. some pseudo-code to explain:
grep keyword or cat files.txt > grep keyword cat files txt | grep keyword
the problem is that I can only get grep to search the filenames, not the contents of the actual files
Thanks for reading