I want to search in many many files for a string.
I used find /archive/* -print0 | xargs -0 grep 'robert' -sl
Is there a simple method to do it ?
|
feedback
|
This question came from our site for professional and enthusiast programmers.
|
The shell expands
| |||||||
feedback
|
|
There is no need for
| |||||||||||
feedback
|