Grep command

  1. Find all files containing a specific string of text within their file contents

    grep -rnw '/path/to/somewhere/' -e 'pattern'