Category: Uncategorized
-
GREP -basic
grep -lir stringtosearchfor * * = where/what wildcard -l = list file only -i = ignore case -r = recursive
grep -lir stringtosearchfor * * = where/what wildcard -l = list file only -i = ignore case -r = recursive