Lumalab

Search entriesDeutsch English
  
User:   Password:    
Forum > Linux > Find text in files
StartStopPage 1 of 1StopEnde
Author: EngysTopic: Find text in filesLast change: 2012-11-09 12:56:13 

grep -r -i 'search string' ./

-r = recursive
-i = case-intensive

UpReply 
StartStopPage 1 of 1StopEnde