Find files containing specific text: grep -iRl "specific text" dir -i ignore text case -R recursively search files in subdirectories -l show file names instead of file contents portions