Archiveinträge für 27. Januar 2009
Tägliche Archive
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]”