Answer the question
In order to leave comments, you need to log in
How to find a line in files using grep?
How to find all files in the system that have the string str inside, search only among files whose name ends in .conf
Simple grep -l 'str'
but searches too long
Tried
grep -l 'str' /*.conf
grep -l 'str' *.conf
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question