GREP -basic

grep -lir stringtosearchfor *

* = where/what wildcard

-l = list file only

-i = ignore case

-r = recursive


Comments

Leave a Reply

Your email address will not be published. Required fields are marked *