# Case-insensitive grep # grep -i $STRING $FILE # Recursive grep of all files in a folder (and its subfolders) # grep $STRING -r $DIRECTORY