# Case insensitve search through all of the files recursively starting from my current directory for the string "computesSum".
grep -ir computesSum *
# Case insensitve search through all of the files recursively starting from my current directory for the string "computesSum".
grep -ir computesSum *