linux - What's the best way to find a string/regex match in files recursively? (UNIX) -
i have had several times, when trying find in files variable or function used.
i remember using xargs grep in past this, wondering if there easier ways.
grep -r regex .
replace .
whatever directory want search from.
Comments
Post a Comment