Previous | Next

Some useful grep flags

grep -i: ignore case

grep -v: everything but the pattern

grep -r: recursive
    (search subdirectories)