This is my latest tangent that I have been on. I have a string such as "test". I don't know what file this string exists in, so I want to be able to search ALL files under /. How would I do this? I thought about find /*|grep "test", but that just finds the files that have "test" in them. I want to be able to cat all files under root. Any ideas?