command-line Find string in files on linux Posted July 18, 2023 grep -r "string_to_find" /your/path command line, linux