bash:find:find_files_by_content
BASH - Find - Find files by content
find . -type f | xargs -l grep -l "the content you are looking for"
bash/find/find_files_by_content.txt · Last modified: 2022/06/13 09:01 by peter
find . -type f | xargs -l grep -l "the content you are looking for"