grep

# Search for the word 'Linux' in .
grep -r Linux

# Search for the word 'linux' or 'Linux' in .
grep -ir linux