in reply to Re: Re^3: Find file that contains "....." (command in Unix)
in thread Find file that contains "....." (command in Unix)
And if you have a GNUish xargs, chances are you have a GNUish grep that understands -r..find . -name '*.txt' | xargs grep '\.\.\.\.'
Makeshifts last the longest.
|
|---|