find every file that contains string within a folder

PHOTO EMBED

Mon Sep 11 2023 13:54:50 GMT+0000 (Coordinated Universal Time)

Saved by @vs #bash

find /your/folder/path -type f -exec grep -l "search_string" {} \;
content_copyCOPY