What command would I use to find all of the files under the girl directory that have the ascii text “shirt” inside the files, starting from the root directory?
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
Runs faster than either |
|||||||||
|
|
The command would simply be I also like to add two options that skip files that I know I'm not interested in: |
|||||||||
|
|
As stated by Shawn, using Otherwise a combination of
This allows to refine the search using specific find predicates.
(And |
|||
|
|