find . -name config.rb -print0 | xargs -0 grep 'search-thing'
bash
There are 2 posts tagged bash (this is page 1 of 1).
Find to find files newer than
find . -newermt '14 days ago' ## minutes/hours etc.. see date input formats
There are 2 posts tagged bash (this is page 1 of 1).
find . -name config.rb -print0 | xargs -0 grep 'search-thing'
find . -newermt '14 days ago' ## minutes/hours etc.. see date input formats