How to search WORD in directory and sub-directory

This will search word in current directory and sub directory 

$  grep -r "WORD" *

OR

$  grep -r "WORD" .

Comments

Popular posts from this blog

Basic Git Command for first time github user

How to use bluetooth speaker in ubuntu