Archiveinträge für 27. Januar 2009

Dienstag, 27. Januar 2009

Find all lines in a file containing some text

I want to search for some text in a directory containing log files. I want to know all lines containg this text, I use this command:
find . -type f -print | xargs grep “[text you want to search for]”

Keine Kommentare » - Geschrieben in Erfahrungen, experience von Jürgen Mayer