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

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -