[BASH] find text in files - fourslickz/notes GitHub Wiki find /path/to/directory -type f -exec cat {} + | grep "specific_text"