dandan123's is quite correct, but be aware that grep can do silly things when looking at binary files. If you can narrow the search down using file extension for example, then so much the better.
Alan Bennett said:
I don't mind people who aren't what they seem. I just wish they'd make their mind up.
Or use grep -li snort * which will find the text even in binary files, but only display the filenames that contain the matching string, not the matchines lines.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.