Shell Examples Jun 19, 2021 Linux Commands Alex Guevara grep # Search for the word 'Linux' in . grep -r Linux # Search for the word 'linux' or 'Linux' in . grep -ir linux